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.3 to 1.0.4

playground.js

6

lib/index.js

@@ -15,5 +15,5 @@ 'use strict';

var _omitDeepLodash = require('omit-deep-lodash');
var _omitDeep = require('omit-deep');
var _omitDeepLodash2 = _interopRequireDefault(_omitDeepLodash);
var _omitDeep2 = _interopRequireDefault(_omitDeep);

@@ -99,3 +99,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var metaWithoutSensitiveData = (0, _omitDeepLodash2.default)(meta, 'cvv');
var metaWithoutSensitiveData = (0, _omitDeep2.default)(meta, ['cvv', 'password']);
logFn.call(childLogger, metaWithoutSensitiveData);

@@ -102,0 +102,0 @@ };

{
"name": "@cityofsurrey/woodie",
"version": "1.0.3",
"version": "1.0.4",
"description": "City of Surrey Logging Service",

@@ -41,3 +41,3 @@ "main": "./lib/index.js",

"bunyan": "^1.8.10",
"omit-deep-lodash": "^1.0.0",
"omit-deep": "^0.3.0",
"useragent": "^2.1.13",

@@ -44,0 +44,0 @@ "uuid": "^3.0.1"

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