Comparing version 3.1.0 to 3.1.1
# Change Log | ||
## [3.1.1] | ||
### Changed | ||
- Automate codeclimate reporting | ||
- Updated dependencies | ||
- Housekeeping | ||
## [3.1.0] | ||
@@ -4,0 +10,0 @@ ### Changed |
{ | ||
"name": "systemic", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "A minimal dependency injection library for node", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha test", | ||
"qa": "npm run lint && npm run test", | ||
"lint": "eslint .", | ||
"istanbul": "istanbul cover --report html --report lcov _mocha", | ||
"codeclimate": "(test -e .codeclimate && npm run istanbul && source .codeclimate) || echo skipping codeclimate", | ||
"nsp": "nsp check", | ||
"precommit": "npm run lint && npm test", | ||
"prepush": "npm run codeclimate && npm run nsp" | ||
"test": "nyc --report html --reporter lcov --reporter text-summary mocha test" | ||
}, | ||
@@ -29,14 +25,14 @@ "keywords": [ | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"eslint": "^5.5.0", | ||
"eslint-config-imperative": "^2.1.0", | ||
"eslint-plugin-imperative": "^2.1.0", | ||
"husky": "^0.14.3", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.1.1" | ||
"chai": "^4.2.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-imperative": "^3.0.0", | ||
"eslint-plugin-imperative": "^3.0.0", | ||
"husky": "^4.2.3", | ||
"mocha": "^7.1.1", | ||
"nyc": "^15.0.0" | ||
}, | ||
"dependencies": { | ||
"async": "^2.6.0", | ||
"chance": "^1.0.16", | ||
"debug": "^4.0.0", | ||
"async": "^3.2.0", | ||
"chance": "^1.1.4", | ||
"debug": "^4.1.1", | ||
"lodash.assign": "^4.2.0", | ||
@@ -52,5 +48,4 @@ "lodash.defaults": "^4.2.0", | ||
"lodash.toarray": "^4.4.0", | ||
"require-all": "^2.1.0", | ||
"toposort-class": "^1.0.1", | ||
"uuid": "^3.2.1" | ||
"require-all": "^3.0.0", | ||
"toposort-class": "^1.0.1" | ||
}, | ||
@@ -71,3 +66,8 @@ "directories": { | ||
}, | ||
"homepage": "https://guidesmiths.github.io/systemic/" | ||
"homepage": "https://guidesmiths.github.io/systemic/", | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "qa" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
12820528
15
30
829
2
+ Addedasync@3.2.6(transitive)
+ Addedrequire-all@3.0.0(transitive)
- Removeduuid@^3.2.1
- Removedasync@2.6.4(transitive)
- Removedlodash@4.17.21(transitive)
- Removedrequire-all@2.2.0(transitive)
- Removeduuid@3.4.0(transitive)
Updatedasync@^3.2.0
Updatedchance@^1.1.4
Updateddebug@^4.1.1
Updatedrequire-all@^3.0.0