poker-hands
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "poker-hands", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Quickly evalute poker hands", | ||
@@ -24,3 +24,10 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/dsernst/poker-hands#readme" | ||
"homepage": "https://github.com/dsernst/poker-hands#readme", | ||
"dependencies": { | ||
"lodash": "^3.10.1" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^2.3.0", | ||
"should": "^7.1.0" | ||
} | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
9618
4
215
1
2
+ Addedlodash@^3.10.1
+ Addedlodash@3.10.1(transitive)