redactyl.js:从JSON中删除敏感信息以进行日志记录(Node.js)

时间:2024-05-22 07:34:41
【文件属性】:

文件名称:redactyl.js:从JSON中删除敏感信息以进行日志记录(Node.js)

文件大小:27KB

文件格式:ZIP

更新时间:2024-05-22 07:34:41

JavaScript

redactyl.js 从JSON中删除敏感信息以进行日志记录(Node.js) 安装 npm install -S redactyl.js 快速开始 实例化Redactyl的新实例,指定要编辑的属性 const Redactyl = require ( 'redactyl.js' ) ; let redactyl = new Redactyl ( { 'properties' : [ 'apiKey' , 'password' , 'phone' ] } ) ; 然后通过redact功能运行您的敏感数据! const data = { 'apiKey' : 'a1b2c3' , 'password' : 'P@$$w0rd' , 'phone' : 1234567890 } ; const redacted = redactyl . redact ( data )


【文件预览】:
redactyl.js-master
----index.js(60B)
----package.json(753B)
----test()
--------redactyl.spec.js(5KB)
----LICENSE(1KB)
----package-lock.json(74KB)
----src()
--------index.js(1KB)
--------index.d.ts(1KB)
----.eslintrc.js(766B)
----.gitignore(1KB)
----README.md(1KB)
----.editorconfig(241B)

网友评论