mongodb-redact
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"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": [ |
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
3
14389
6
+ Addedlodash@4.17.21(transitive)
- Removedlodash@3.10.1(transitive)
Updatedlodash@^4.17.15