@cityofsurrey/woodie
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -64,7 +64,3 @@ 'use strict'; | ||
if (body.variables) { | ||
try { | ||
body.variables = JSON.parse(body.variables); | ||
} catch (e) { | ||
delete body.variables; | ||
} | ||
body.variables = body.variables.replace(/"cvv": "\d{3}",/gi, ''); | ||
} | ||
@@ -95,4 +91,3 @@ | ||
var metaWithoutSensitiveProperties = (0, _omitDeep2.default)(meta, ['cvv', 'password']); | ||
logFn.call(childLogger, metaWithoutSensitiveProperties); | ||
logFn.call(childLogger, meta); | ||
}; | ||
@@ -99,0 +94,0 @@ |
{ | ||
"name": "@cityofsurrey/woodie", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "City of Surrey Logging Service", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
7192
120