is-pentagonal
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "is-pentagonal", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "Fastest way to test if a number is pentagonal", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "mocha", | ||
"cover": "istanbul cover _mocha", | ||
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls" | ||
}, | ||
@@ -25,3 +27,10 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/dsernst/is-pentagonal#readme" | ||
"homepage": "https://github.com/dsernst/is-pentagonal#readme", | ||
"devDependencies": { | ||
"coveralls": "^2.11.4", | ||
"istanbul": "^0.3.19", | ||
"mocha": "^2.3.0", | ||
"mocha-lcov-reporter": "0.0.2", | ||
"should": "^7.1.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
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2994
6
16
0
1
49
0
5