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

mongodb-redact

Package Overview
Dependencies
Maintainers
46
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-redact - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

25

package.json
{
"name": "mongodb-redact",
"version": "0.1.0",
"version": "0.2.0",
"description": "Remove potentially sensitive information from objects without changing the shape.",
"scripts": {
"check": "mongodb-js-precommit",
"test": "mocha",
"ci": "./node_modules/istanbul/lib/cli.js cover _mocha -- -R spec ./test/*.test.js"
"test": "mocha"
},
"check": {
"ignore": [
"coverage/*"
]
},
"precommit": [
"check",
"test"
],
"dependencies": {
"lodash": "^3.10.1"
"lodash": "^4.17.15"
},
"devDependencies": {
"coveralls": "^2.11.2",
"eslint-config-mongodb-js": "^0.1.5",
"istanbul": "^0.3.17",
"mocha": "~2.2.5",
"mongodb-js-precommit": "^0.1.3",
"pre-commit": "^1.0.10"
"eslint-config-mongodb-js": "^5.0.3",
"mocha": "~7.0.0",
"mongodb-js-precommit": "^2.0.0"
},

@@ -30,0 +17,0 @@ "keywords": [

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