Socket
Socket
Sign inDemoInstall

fast-unique-numbers

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-unique-numbers - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

40

package.json

@@ -13,3 +13,3 @@ {

"dependencies": {
"@babel/runtime": "^7.0.0",
"@babel/runtime": "^7.1.2",
"tslib": "^1.9.3"

@@ -19,6 +19,6 @@ },

"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/core": "^7.1.2",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",

@@ -28,6 +28,6 @@ "@commitlint/cli": "^7.1.2",

"benchmark": "^2.1.4",
"chai": "^4.1.2",
"chai": "^4.2.0",
"commitizen": "^2.10.1",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.5.0",
"eslint": "^5.6.1",
"eslint-config-holy-grail": "^31.0.1",

@@ -43,3 +43,3 @@ "grunt": "^1.0.3",

"gruntify-eslint": "^5.0.0",
"husky": "^0.14.3",
"husky": "^1.0.1",
"karma": "^3.0.0",

@@ -54,15 +54,15 @@ "karma-browserstack-launcher": "^1.3.0",

"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^3.0.4",
"karma-webpack": "^3.0.5",
"load-grunt-config": "^0.19.1",
"mocha": "^5.2.0",
"rollup": "^0.65.2",
"rollup": "^0.66.2",
"rollup-plugin-babel": "^4.0.3",
"sinon": "^6.3.1",
"sinon": "^6.3.4",
"sinon-chai": "^3.2.0",
"ts-loader": "^5.1.0",
"tsconfig-holy-grail": "^6.0.4",
"ts-loader": "^5.2.1",
"tsconfig-holy-grail": "^6.0.11",
"tslint": "^5.11.0",
"tslint-config-holy-grail": "^35.1.0",
"typescript": "^3.0.3",
"webpack": "^4.18.0"
"tslint-config-holy-grail": "^35.1.3",
"typescript": "^3.1.1",
"webpack": "^4.20.2"
},

@@ -80,2 +80,8 @@ "engines": {

"homepage": "https://github.com/chrisguttandin/fast-unique-numbers",
"husky": {
"hooks": {
"commit-msg": "commitlint --edit --extends @commitlint/config-angular",
"pre-commit": "grunt lint"
}
},
"license": "MIT",

@@ -90,4 +96,2 @@ "main": "build/node/module.js",

"scripts": {
"commitmsg": "commitlint --edit --extends @commitlint/config-angular",
"precommit": "grunt lint",
"prepublishOnly": "grunt build",

@@ -97,3 +101,3 @@ "test": "grunt lint && grunt test"

"types": "build/es2015/module.d.ts",
"version": "2.1.4"
"version": "2.1.5"
}
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