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

to
1.0.2

8

package.json
{
"name": "arpad",
"version": "1.0.1",
"version": "1.0.2",
"description": "An implementation of the ELO Rating System",

@@ -25,8 +25,8 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/PhobosRising/node-arpad.git"
"url": "https://github.com/tlhunter/node-arpad.git"
},
"bugs": {
"url": "https://github.com/PhobosRising/node-arpad/issues"
"url": "https://github.com/tlhunter/node-arpad/issues"
},
"homepage": "https://github.com/PhobosRising/node-arpad",
"homepage": "https://github.com/tlhunter/node-arpad",
"devDependencies": {

@@ -33,0 +33,0 @@ "jshint": "^2.9.4",

@@ -46,4 +46,7 @@ # Arpad: ELO Rating System for Node.js

var elo = new Elo(uscf, 100);
var min_score = 100;
var max_score = 10000;
var elo = new Elo(uscf, min_score, max_score);
var alice = 2090;

@@ -50,0 +53,0 @@ var bob = 2700;