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

Changelog

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

  * Bump compat
  * Bump policy no change
  * Fix lintian warnings

 -- Bastien Roucariès <email address hidden>  Mon, 19 Feb 2018 00:09:03 +0100

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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-clean-yaml-object_0.1.0-2.dsc 2.1 KiB bc02a9eb48ee9b0a1783a62188fedba32123490c4f9ccaa2983a6bf72543c2e6
node-clean-yaml-object_0.1.0.orig.tar.gz 4.2 KiB 2e25ee308fa82dbe92284af9fcee72424f644f706eaccbd1a5247889b616109d
node-clean-yaml-object_0.1.0-2.debian.tar.xz 3.3 KiB fe495735a1a6e076765a025d6d8d871c503066c6bdd2e910a0e3e590151777a5

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