redact-object
Advanced tools
Comparing version 2.3.2 to 3.0.0
{ | ||
"name": "redact-object", | ||
"version": "2.3.2", | ||
"version": "3.0.0", | ||
"description": "Object redactor", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
"dist/index.js", | ||
"dist/index.d.ts" | ||
], | ||
"typings": "index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "npm run lint && npm run unit", | ||
"lint": "semistandard --verbose | snazzy", | ||
"unit": "nyc jasmine-node test/unit --verbose", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls" | ||
"test": "npm-run-all test:*", | ||
"test:unit": "jest", | ||
"test:lint": "semistandard --verbose | snazzy", | ||
"build": "npm-run-all build:*", | ||
"build:clean": "rimraf dist/*", | ||
"build:transpile": "tsc", | ||
"coverage": "coveralls < coverage/lcov.info " | ||
}, | ||
@@ -33,7 +36,13 @@ "repository": { | ||
"devDependencies": { | ||
"@types/jest": "^24.0.18", | ||
"@types/lodash.isplainobject": "^4.0.6", | ||
"@types/node": "^12.7.2", | ||
"coveralls": "^3.0.6", | ||
"jasmine-node": "^3.0.0", | ||
"nyc": "^14.1.1", | ||
"semistandard": "^13.0.1", | ||
"snazzy": "^8.0.0" | ||
"jest": "^24.9.0", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^3.0.0", | ||
"semistandard": "^14.0.1", | ||
"snazzy": "^8.0.0", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.5.3" | ||
}, | ||
@@ -40,0 +49,0 @@ "homepage": "https://github.com/shaunburdick/redact-object", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
9830
99
11
1