log-sanitizer
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "log-sanitizer", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "sanitizes personal information in logs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -29,3 +29,4 @@ # **log-sanitizer** | ||
``` | ||
logSanitizer.sanitize({ "password": "helloWorld" }) | ||
const sanitizedData = logSanitizer.sanitize({ "password": "helloWorld" }); | ||
//sanitizedData = { "password": "*" } | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3504
31