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.3.0 to 1.4.0

6

CHANGELOG.md
# Change Log
## [1.4.0]
### Update dependencies
## [1.3.0]
### Update dependencies
## [1.2.0]

@@ -4,0 +10,0 @@ ### Update dependencies

30

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

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