Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cityofsurrey/woodie

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cityofsurrey/woodie - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

9

lib/index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc