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

chance-generators

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chance-generators - npm Package Compare versions

Comparing version 2.13.1 to 3.0.0

lib/ArrayGenerator.js

20

package.json

@@ -6,4 +6,4 @@ {

"license": "MIT",
"version": "2.13.1",
"main": "lib/chance-generators.js",
"version": "3.0.0",
"main": "lib/index.js",
"files": [

@@ -14,11 +14,11 @@ "lib"

"build": "babel --out-dir lib --quiet src",
"coverage": "istanbul cover node_modules/.bin/_mocha",
"coverage": "istanbul cover node_modules/.bin/_mocha ./documentation/**/*.md ./src/**/*.js ./test/**/*.js",
"generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js",
"lint-staged": "lint-staged",
"prepare": "npm run build",
"test": "mocha ./documentation/**/*.md ./test/**/*.js",
"test": "mocha ./documentation/**/*.md ./src/**/*.js ./test/**/*.js",
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples"
},
"dependencies": {
"chance": "1.0.1"
"chance": "1.0.16"
},

@@ -28,3 +28,5 @@ "devDependencies": {

"babel-core": "6.26.0",
"babel-eslint": "8.2.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"es6-set": "0.1.5",

@@ -40,5 +42,7 @@ "eslint": "3.19.0",

"prettier-package-json": "1.4.0",
"unexpected": "10.33.2",
"unexpected-documentation-site-generator": "4.2.0",
"unexpected-markdown": "1.6.1"
"serve": "6.5.8",
"unexpected": "10.37.1",
"unexpected-documentation-site-generator": "4.6.1",
"unexpected-generator": "0.1.1",
"unexpected-markdown": "1.7.4"
},

@@ -45,0 +49,0 @@ "keywords": [

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