Socket
Socket
Sign inDemoInstall

is-pentagonal

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 1.0.0

.npmignore

15

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc