block-sequence
Advanced tools
Comparing version 1.0.0 to 1.1.0
# Change Log | ||
## [1.1.0] | ||
### Changed | ||
- Update build targets | ||
- Update dependencies | ||
## [1.0.0] | ||
@@ -4,0 +9,0 @@ ### Changed |
{ | ||
"name": "block-sequence", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "A sequential id generator, which grabs blocks of ids rather than just one at a time", | ||
@@ -22,16 +22,16 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "^2.1.4", | ||
"debug": "^2.6.0", | ||
"dot": "^1.1.1", | ||
"async": "^2.6.0", | ||
"debug": "^3.1.0", | ||
"dot": "^1.1.2", | ||
"lodash": "^4.17.4" | ||
}, | ||
"devDependencies": { | ||
"block-sequence-reference": "0.1.0", | ||
"codeclimate-test-reporter": "^0.4.0", | ||
"eslint": "^3.12.2", | ||
"eslint-config-imperative": "^1.0.0", | ||
"eslint-plugin-imperative": "^1.0.0", | ||
"husky": "^0.13.0", | ||
"block-sequence-reference": "^0.1.0", | ||
"codeclimate-test-reporter": "^0.5.0", | ||
"eslint": "^4.11.0", | ||
"eslint-config-imperative": "^2.0.1", | ||
"eslint-plugin-imperative": "^2.0.0", | ||
"husky": "^0.14.3", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.2.0" | ||
"mocha": "^4.0.1" | ||
}, | ||
@@ -38,0 +38,0 @@ "directories": { |
# block-sequence | ||
A sequential id generator, which grabs blocks of ids rather than just one at a time. You can configure active/passive blocks and rotate through them, recharging exhausted blocks in the background while assigning ids from the active one. Driver implementations exist for mongo, redis, mysql and postgres. | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/guidesmiths/block-sequence.svg)](https://greenkeeper.io/) | ||
[![NPM version](https://img.shields.io/npm/v/block-sequence.svg?style=flat-square)](https://www.npmjs.com/package/block-sequence) | ||
@@ -5,0 +7,0 @@ [![NPM downloads](https://img.shields.io/npm/dm/block-sequence.svg?style=flat-square)](https://www.npmjs.com/package/block-sequence) |
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
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
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
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
23431
127
14
+ Addeddebug@3.2.7(transitive)
+ Addedms@2.1.3(transitive)
- Removeddebug@2.6.9(transitive)
- Removedms@2.0.0(transitive)
Updatedasync@^2.6.0
Updateddebug@^3.1.0
Updateddot@^1.1.2