node-uuid 8.3.2+~8.3.4-1 source package in Ubuntu

Changelog

node-uuid (8.3.2+~8.3.4-1) unstable; urgency=medium

  * Team upload
  * Update lintian override info format in d/source/lintian-overrides
    on line 2-3, 6-8.
  * Declare compliance with policy 4.7.0
  * New upstream version 8.3.2+~8.3.4
  * Drop one test that needs an older jest (Closes: #1072605)

 -- Yadd <email address hidden>  Wed, 12 Jun 2024 18:28:37 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe web

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-uuid_8.3.2+~8.3.4-1.dsc 2.4 KiB f866f73c46b28e13b3740c446f30beca1a7e0837b3c59e7dc13aac337ef86596
node-uuid_8.3.2+~8.3.4.orig-Xtypes.tar.gz 2.4 KiB 73cccf2d2bc8e8d3076501282c00fa827382a59049c6e72a41db2d608af163d5
node-uuid_8.3.2+~8.3.4.orig.tar.gz 204.1 KiB a3f419bfca2f937935ef039cf62b01a28e96d99129038f7a1fa4a5427cdc372d
node-uuid_8.3.2+~8.3.4-1.debian.tar.xz 15.3 KiB d70710b351aa48d1cfe80e6347f4d32714499b0599cd2240c20c16f52afcdef4

Available diffs

No changes file available.

Binary packages built by this source

node-uuid: simple and fast RFC4122 UUID generation - Node.js module

 uuid provides simple, fast generation of RFC4122 UUIDs.
 .
  * Support for version 1, 3, 4 and 5 UUIDs
  * Cross-platform
  * Uses cryptographically-strong random number APIs (when available)
  * Small footprint
 .
 This package provides uuid usable with Node.js -
 an event-based server-side JavaScript engine.