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 8.0.7 to 8.0.8

build/es5/bundle.js

12

package.json

@@ -30,4 +30,4 @@ {

"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.45.0",
"eslint-config-holy-grail": "^57.2.17",
"eslint": "^8.46.0",
"eslint-config-holy-grail": "^57.2.20",
"grunt": "^1.6.1",

@@ -50,3 +50,3 @@ "grunt-cli": "^1.4.3",

"rimraf": "^5.0.1",
"rollup": "^3.26.3",
"rollup": "^3.27.2",
"sinon": "^15.2.0",

@@ -85,3 +85,3 @@ "sinon-chai": "^3.7.0",

"scripts": {
"build": "rimraf build/* && tsc --project src/tsconfig.json && babel ./build/es2019 --config-file ./config/babel/build.json --out-dir ./build/node",
"build": "rimraf build/* && tsc --project src/tsconfig.json && rollup --config config/rollup/bundle.mjs && babel ./build/es2019 --config-file ./config/babel/build.json --out-dir ./build/node",
"lint": "npm run lint:config && npm run lint:src && npm run lint:test",

@@ -92,7 +92,7 @@ "lint:config": "eslint --config config/eslint/config.json --ext .js --report-unused-disable-directives config/",

"prepare": "husky install",
"prepublishOnly": "grunt build",
"prepublishOnly": "npm run build",
"test": "grunt lint && grunt test"
},
"types": "build/es2019/module.d.ts",
"version": "8.0.7"
"version": "8.0.8"
}
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