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

Changelog

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

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Bastien Roucariès ]
  * Upload to unstable

 -- Bastien Roucariès <email address hidden>  Sat, 21 Oct 2023 13:48:20 +0000

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-clean-yaml-object_0.1.0-6.dsc 2.1 KiB 3895f31c5cbb9dd86daa0c3ea0464907250ae15421ba06ed54fe30aebf9fae6d
node-clean-yaml-object_0.1.0.orig.tar.gz 4.2 KiB 2e25ee308fa82dbe92284af9fcee72424f644f706eaccbd1a5247889b616109d
node-clean-yaml-object_0.1.0-6.debian.tar.xz 4.6 KiB 6f25a99459c673cd0aeb9afa30e1ea009f4104257a55e724aba7e29f3df1c597

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