chance-generators
Advanced tools
Comparing version 2.13.1 to 3.0.0
@@ -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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
186867
138
57
3874
20
1
+ Addedchance@1.0.16(transitive)
- Removedchance@1.0.1(transitive)
Updatedchance@1.0.16