Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

block-sequence

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

block-sequence - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

5

CHANGELOG.md
# Change Log
## [1.1.0]
### Changed
- Update build targets
- Update dependencies
## [1.0.0]

@@ -4,0 +9,0 @@ ### Changed

22

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc