New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

arpad

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arpad - npm Package Compare versions

Comparing version 0.1.2 to 1.0.0

.npmignore

10

package.json
{
"name": "arpad",
"version": "0.1.2",
"version": "1.0.0",
"description": "An implementation of the ELO Rating System",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "jshint ./index.js ./test/tests.js && ./test/tests.js"
},

@@ -30,3 +30,7 @@ "keywords": [

},
"homepage": "https://github.com/PhobosRising/node-arpad"
"homepage": "https://github.com/PhobosRising/node-arpad",
"devDependencies": {
"jshint": "^2.9.4",
"tape": "^4.6.3"
}
}

@@ -62,13 +62,8 @@ # Arpad: ELO Rating System for Node.js

First install mocha
If you'd like to contribute be sure to run `npm install` to get the required packages and then make changes.
Afterwards simply run the tests.
If everything passes your should be Pull Request ready.
```
npm install -g mocha
```
Then run either of the following from the root of the repository
```
npm test
mocha
```

@@ -75,0 +70,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc