ssb-conn-query
Advanced tools
Comparing version 0.4.5 to 0.4.6
{ | ||
"name": "ssb-conn-query", | ||
"description": "Module that helps querying potential SSB peer connections", | ||
"version": "0.4.5", | ||
"homepage": "https://github.com/staltz/ssb-conn-query", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/staltz/ssb-conn-query.git" | ||
}, | ||
"dependencies": { | ||
"ssb-conn-db": "~0.3.0", | ||
"ssb-conn-hub": "~0.2.7", | ||
"ssb-conn-staging": "~0.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^11.10.4", | ||
"tape": "^4.9.2", | ||
"typescript": "3.5.x" | ||
}, | ||
"scripts": { | ||
"typescript": "tsc", | ||
"tape": "set -e; for t in test/*.js; do node $t; done", | ||
"test": "npm run typescript && npm run tape" | ||
}, | ||
"author": "Andre Staltz <contact@staltz.com> (http://staltz.com)", | ||
"license": "MIT" | ||
"name": "ssb-conn-query", | ||
"description": "Module that helps querying potential SSB peer connections", | ||
"version": "0.4.6", | ||
"homepage": "https://github.com/staltz/ssb-conn-query", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/staltz/ssb-conn-query.git" | ||
}, | ||
"dependencies": { | ||
"ssb-conn-db": "~0.3.3", | ||
"ssb-conn-hub": "~0.2.7", | ||
"ssb-conn-staging": "~0.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^11.10.4", | ||
"tape": "^4.9.2", | ||
"typescript": "3.5.x" | ||
}, | ||
"scripts": { | ||
"typescript": "tsc", | ||
"tape": "set -e; for t in test/*.js; do node $t; done", | ||
"test": "npm run typescript && npm run tape" | ||
}, | ||
"author": "Andre Staltz <contact@staltz.com> (http://staltz.com)", | ||
"license": "MIT" | ||
} |
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
41153
23
Updatedssb-conn-db@~0.3.3