knuth-shuffle-seeded
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "knuth-shuffle-seeded", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "shuffle.js", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
{ | ||
"name": "knuth-shuffle-seeded", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "The Fisher-Yates (aka Knuth) shuffle for Node.js, with seeding support", | ||
@@ -10,5 +10,6 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/TimothyGu/knuth-shuffle-seeded", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/coolaj86/knuth-shuffle.git" | ||
"url": "git://github.com/TimothyGu/knuth-shuffle-seeded.git" | ||
}, | ||
@@ -30,3 +31,3 @@ "keywords": [ | ||
"author": "AJ O'Neal <coolaj86@gmail.com> (http://coolaj86.info/)", | ||
"contributor": [ | ||
"contributors": [ | ||
"Timothy Gu <timothygu99@gmail.com> (https://timothygu.github.io/)" | ||
@@ -38,2 +39,5 @@ ], | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"dependencies": { | ||
@@ -40,0 +44,0 @@ "seed-random": "^2.2.0" |
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
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1047957
1
12