Comparing version 3.0.0 to 4.0.0
{ | ||
"name": "objtools", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "Various utility functions for working with object, including object merging, inheritance, deep copying, etc.", | ||
"main": "./lib/index.js", | ||
"main": "./dist/lib/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/zipscene/objtools.git" | ||
"url": "https://github.com/CrispyConductor/objtools.git" | ||
}, | ||
"type": "module", | ||
"keywords": [ | ||
@@ -20,15 +21,18 @@ "object", | ||
"scripts": { | ||
"lint": "node ./node_modules/.bin/eslint . || exit 0", | ||
"test": "node ./node_modules/.bin/mocha ./test -R spec", | ||
"bench": "node ./bench/index.js" | ||
"test": "node ./node_modules/.bin/mocha -R spec --node-option enable-source-maps ./dist/test", | ||
"bench": "node ./dist/bench/index.js", | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.20", | ||
"xerror": "^2.0.0" | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"eslint": "^7.11.0", | ||
"mocha": "^8.2.0", | ||
"spectrophotometer": "^3.0.2" | ||
"@types/chai": "^4.3.0", | ||
"@types/lodash": "^4.14.181", | ||
"@types/mocha": "^9.1.0", | ||
"@types/node": "^14.18.12", | ||
"chai": "^4.3.6", | ||
"mocha": "^9.2.2", | ||
"spectrophotometer": "^4.0.0", | ||
"typescript": "^4.6.3" | ||
}, | ||
@@ -35,0 +39,0 @@ "license": "Apache-2.0", |
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
315645
1
26
5671
Yes
8
- Removedxerror@^2.0.0
- Removedxerror@2.0.0(transitive)
Updatedlodash@^4.17.21