node-pseudorandombytes 2.0.0-2 source package in Ubuntu

Changelog

node-pseudorandombytes (2.0.0-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Remove constraints unnecessary since stretch:
    + node-pseudorandombytes: Drop versioned constraint on node-randombytes in
      Depends.

  [ Yadd ]
  * Bump debhelper from old 12 to 13.
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Modernize debian/watch
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs auto install
  * Drop dependency to nodejs
  * Enable upstream test
  * Add patch to replace Buffer() by Buffer.alloc()

 -- Yadd <email address hidden>  Mon, 11 Oct 2021 22:34:23 +0200

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 misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-pseudorandombytes_2.0.0-2.dsc 2.2 KiB 0913d808319fbd0e721b2da6a93b3f32ac39ddd3b7a4b0cb772973c763a5c53c
node-pseudorandombytes_2.0.0.orig.tar.gz 2.2 KiB cb8fc9f536ceb16d9379e185e1afd34cf549e193b664a25f03c0cb71a409aa3d
node-pseudorandombytes_2.0.0-2.debian.tar.xz 3.0 KiB b36904c424f7fcfcd38030473b6e9a26f748529e6b91b64f4da57c89c26841e3

Available diffs

No changes file available.

Binary packages built by this source

node-pseudorandombytes: crypto.pseudoRandomBytes but for use with browserify

 In node it just returns crypto.pseudoRandomBytes but in the browser it uses
 randombytes module if available else it seeds a prng based on chacha20poly1305
 .
 To be clear there is no legitimate reason for you ever to want to use this.
 The algorithms used in this module are **NOT** suitable for cryptographical
 usage.
 .
 This package is provided **ONLY** to run tests of node-crypto-browserify.
 .
 Node.js is an event-based server-side JavaScript engine.