Source: node-clean-yaml-object Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: debhelper-compat (= 12) , dh-buildinfo , nodejs (>= 10) Standards-Version: 4.4.0 Homepage: https://github.com/tapjs/clean-yaml-object#readme Vcs-Git: https://salsa.debian.org/js-team/node-clean-yaml-object.git Vcs-Browser: https://salsa.debian.org/js-team/node-clean-yaml-object Package: node-clean-yaml-object Architecture: all Depends: ${misc:Depends} , nodejs (>=10) Description: 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