Comparing version 3.3.0 to 3.3.1
# Change Log | ||
## [3.3.1] | ||
### Changed | ||
- Housekeeping | ||
## [3.3.0] | ||
@@ -4,0 +8,0 @@ ### Changed |
{ | ||
"name": "systemic", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "A minimal dependency injection library for node", | ||
@@ -27,12 +27,12 @@ "main": "index.js", | ||
"chai": "^4.2.0", | ||
"eslint": "^6.5.1", | ||
"eslint": "^6.8.0", | ||
"eslint-config-imperative": "^3.0.0", | ||
"eslint-plugin-imperative": "^3.0.0", | ||
"husky": "^3.0.7", | ||
"mocha": "^6.2.1", | ||
"nyc": "^14.1.1" | ||
"husky": "^4.2.1", | ||
"mocha": "^7.0.1", | ||
"nyc": "^15.0.0" | ||
}, | ||
"dependencies": { | ||
"async": "^3.1.0", | ||
"chance": "^1.0.18", | ||
"async": "^3.1.1", | ||
"chance": "^1.1.4", | ||
"debug": "^4.1.1", | ||
@@ -51,3 +51,3 @@ "lodash.assign": "^4.2.0", | ||
"toposort-class": "^1.0.1", | ||
"uuid": "^3.3.2" | ||
"uuid": "^3.4.0" | ||
}, | ||
@@ -54,0 +54,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
51375
29
829
1
Updatedasync@^3.1.1
Updatedchance@^1.1.4
Updateduuid@^3.4.0