Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "gacha", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Roguelike item drop distribution calculator", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "./node_modules/.bin/mocha" | ||
}, | ||
@@ -25,3 +25,9 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/PhobosRising/node-gacha#readme" | ||
"homepage": "https://github.com/PhobosRising/node-gacha#readme", | ||
"dependencies": { | ||
"gaussian": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^2.3.4" | ||
} | ||
} |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
17966
11
145
1
1
94
1
1
+ Addedgaussian@^1.0.0
+ Addedgaussian@1.3.0(transitive)