node-private 0.1.8-4 source package in Ubuntu

Changelog

node-private (0.1.8-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.2.1, no changes needed.

  [ Julien Puydt ]
  * Mark the package Multi-Arch: foreign following hinter.
  * Bump std-ver to 4.5.0.
  * Install files in /usr/share/nodejs and not /usr/lib/nodejs anymore.

 -- Julien Puydt <email address hidden>  Mon, 25 May 2020 10:13: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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-private_0.1.8-4.dsc 2.0 KiB 59607fcb5ab4a43eb41035174f52c39f214e963a4fd50971d0aa909544b3dc8c
node-private_0.1.8.orig.tar.gz 7.9 KiB 9a453ac600fe3eb3b6691cebec9195c0064fc0e51c5101353056de4588bf23e3
node-private_0.1.8-4.debian.tar.xz 2.8 KiB d18e045a949cc13b4b920847f34110bd96da50fa8a811df3897cb41cf8f77351

Available diffs

No changes file available.

Binary packages built by this source

node-private: Utility for associating truly private state with any JavaScript object

 A general-purpose utility for associating truly private state
 with any JavaScript object : only code that has references both
 to the object and an associated getSecret object can access to the
 private state.
 .
 Node.js is an event-based server-side JavaScript engine.