node-random-bytes 1.0.0-1.1 source package in Ubuntu

Changelog

node-random-bytes (1.0.0-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 29 Dec 2020 02:37:52 +0100

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-random-bytes_1.0.0-1.1.dsc 2.0 KiB 0982df7eacf8978150d4557b0314642e279d917ca60ef3eb781ffc3fe544e3e6
node-random-bytes_1.0.0.orig.tar.gz 3.9 KiB ac46a9aa0a4236bf755a2ed412643c4826e7dec0f186e3f1bd092b2e8ad80ad3
node-random-bytes_1.0.0-1.1.debian.tar.xz 2.2 KiB e75c3a52bc4fc01a290bfd3b571641f9c1344488d9e3c9c88f93b286c664d07b

Available diffs

No changes file available.

Binary packages built by this source

node-random-bytes: generate strong pseudo-random bytes

 This module is a simple wrapper around the Node.js core crypto.randomBytes
 API, with the following additions:
 .
   * A Promise interface for environments with promises.
   * For Node.js versions that do not wait for the PRNG to be seeded,
     this module will wait a bit.
 .
 Node.js is an event-based server-side JavaScript engine.