block-sequence
Advanced tools
Comparing version 1.1.1 to 1.2.0
# Change Log | ||
## [1.2.0] | ||
### Update dependencies | ||
## [1.1.1] | ||
@@ -4,0 +7,0 @@ ### Changed |
{ | ||
"name": "block-sequence", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "A sequential id generator, which grabs blocks of ids rather than just one at a time", | ||
@@ -23,16 +23,15 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "^2.6.0", | ||
"debug": "^3.1.0", | ||
"async": "^2.6.1", | ||
"debug": "^4.0.1", | ||
"dot": "^1.1.2", | ||
"lodash": "^4.17.10" | ||
"lodash": "^4.17.11" | ||
}, | ||
"devDependencies": { | ||
"block-sequence-reference": "^0.1.0", | ||
"codeclimate-test-reporter": "^0.5.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-imperative": "^2.0.1", | ||
"eslint-plugin-imperative": "^2.0.0", | ||
"husky": "^0.14.3", | ||
"eslint": "^5.6.1", | ||
"eslint-config-imperative": "^2.1.0", | ||
"eslint-plugin-imperative": "^2.1.0", | ||
"husky": "^1.1.1", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.1.1" | ||
"mocha": "^5.2.0" | ||
}, | ||
@@ -39,0 +38,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
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
7
23835
+ Addeddebug@4.4.0(transitive)
- Removeddebug@3.2.7(transitive)
Updatedasync@^2.6.1
Updateddebug@^4.0.1
Updatedlodash@^4.17.11