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

Changelog

node-random-bytes (1.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.
  * Apply multi-arch hints.
    + node-random-bytes: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.

  [ Yadd ]
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Modernize debian/watch
    * Fix filenamemangle
    * Fix GitHub tags regex
  * Drop dependency to nodejs
  * Use dh-sequence-nodejs auto install
  * Enable upstream test (mocha)

 -- Yadd <email address hidden>  Tue, 16 Nov 2021 09:51:39 +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
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-random-bytes_1.0.0-2.dsc 2.1 KiB 4ad128e5feddb8565d762d49cb1e6f0d4c4e4ccc75cd81679f72a69ba557192e
node-random-bytes_1.0.0.orig.tar.gz 3.9 KiB ac46a9aa0a4236bf755a2ed412643c4826e7dec0f186e3f1bd092b2e8ad80ad3
node-random-bytes_1.0.0-2.debian.tar.xz 3.0 KiB 2b4f9b7e1274ae0d2ba4be91693a7a412e0ab7c4605836ceea193686e9cd0093

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.