node-clean-yaml-object 0.1.0-4 source package in Ubuntu

Changelog

node-clean-yaml-object (0.1.0-4) unstable; urgency=medium

  * Move to /usr/share
  * Bump policy and debhelper

 -- Bastien Roucariès <email address hidden>  Wed, 04 Sep 2019 16:18:32 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-clean-yaml-object_0.1.0-4.dsc 2.1 KiB 5cd74223e0ab62b2c5d7ab38eaeb29209e8003d9c55ba84266c5819be74305e5
node-clean-yaml-object_0.1.0.orig.tar.gz 4.2 KiB 2e25ee308fa82dbe92284af9fcee72424f644f706eaccbd1a5247889b616109d
node-clean-yaml-object_0.1.0-4.debian.tar.xz 3.4 KiB a0b07c15dab49ebb075fa8a61ad0c50b6d6d363cd408c160888402137f912edc

Available diffs

No changes file available.

Binary packages built by this source

node-clean-yaml-object: safe clean of an object prior to serialization

 This module clean up (fill with zero byte) an object before sending
 to serialisation, thus avoiding to serialize private data.
 This module supports generalisation by allowing ones to specify
 filter function, that support whitelisting.
 .
 Clearing data before serialization is critical from a security
 point of view in order to avoid leaking information.
 .
 Node.js is an event-based server-side JavaScript engine