block-sequence
Advanced tools
Comparing version 1.3.0 to 1.4.0
# Change Log | ||
## [1.4.0] | ||
### Update dependencies | ||
## [1.3.0] | ||
### Update dependencies | ||
## [1.2.0] | ||
@@ -4,0 +10,0 @@ ### Update dependencies |
{ | ||
"name": "block-sequence", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "A sequential id generator, which grabs blocks of ids rather than just one at a time", | ||
@@ -10,5 +10,3 @@ "main": "index.js", | ||
"coverage": "nyc --report html --reporter lcov --reporter text-summary mocha test", | ||
"codeclimate": "(test -e .codeclimate && npm run coverage && source .codeclimate) || echo skipping codeclimate", | ||
"precommit": "npm run lint && npm test", | ||
"prepush": "npm run codeclimate" | ||
"codeclimate": "(test -e .codeclimate && npm run coverage && source .codeclimate) || echo skipping codeclimate" | ||
}, | ||
@@ -24,6 +22,6 @@ "keywords": [ | ||
"dependencies": { | ||
"async": "^2.6.2", | ||
"async": "^3.1.0", | ||
"debug": "^4.1.1", | ||
"dot": "^1.1.2", | ||
"lodash.defaultsdeep": "^4.6.0", | ||
"lodash.defaultsdeep": "^4.6.1", | ||
"lodash.get": "^4.4.2", | ||
@@ -37,8 +35,8 @@ "lodash.has": "^4.5.2", | ||
"block-sequence-reference": "^0.1.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-imperative": "^2.1.0", | ||
"eslint-plugin-imperative": "^2.1.0", | ||
"husky": "^1.3.1", | ||
"mocha": "^6.1.0", | ||
"nyc": "^13.3.0" | ||
"eslint": "^6.5.1", | ||
"eslint-config-imperative": "^3.0.0", | ||
"eslint-plugin-imperative": "^3.0.0", | ||
"husky": "^3.0.7", | ||
"mocha": "^6.2.1", | ||
"nyc": "^14.1.1" | ||
}, | ||
@@ -55,3 +53,9 @@ "directories": { | ||
}, | ||
"homepage": "https://guidesmiths.github.io/block-sequence/" | ||
"homepage": "https://guidesmiths.github.io/block-sequence/", | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "npm run lint && npm test", | ||
"pre-push": "npm run codeclimate" | ||
} | ||
} | ||
} |
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
24467
+ Addedasync@3.2.6(transitive)
- Removedasync@2.6.4(transitive)
- Removedlodash@4.17.21(transitive)
Updatedasync@^3.1.0
Updatedlodash.defaultsdeep@^4.6.1