🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

chordhelper

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chordhelper - npm Package Compare versions

Comparing version

to
1.0.0

package1.json

38

package.json
{
"name": "chordhelper",
"version": "0.1.2",
"version": "1.0.0",
"description": "Chord Hash Table",
"licenses": [
{
"name": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"author": "mascrypt0",
"contributors": [
{
"name": "mascrypt0",
"email": "techblogging9@gmail.com",
"web": "https://github.com/mascrypt0"
}
],
"main": "chord.js",
"scripts": {
"test": "vows tests.js"
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/mascrypt0/ChordHelper.git"
"url": "https://github.com/mascrypt0/chordhelper.git"
},
"dependencies": {
"murmurhash3": "0.2.x",
"uuid": "1.4.x"
"keywords": [
"Chord",
"NPM"
],
"author": "mascrytp0",
"license": "MIT",
"bugs": {
"url": "https://github.com/mascrypt0/chordhelper/issues"
},
"devDependencies": {
"vows": "0.7.x"
},
"engines": {
"node": ">= 0.10.x"
}
"homepage": "https://github.com/mascrypt0/chordhelper#readme"
}