Socket
Socket
Sign inDemoInstall

ssb-conn-query

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssb-conn-query - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

56

package.json
{
"name": "ssb-conn-query",
"description": "Module that helps querying potential SSB peer connections",
"version": "0.3.1",
"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.2.0",
"ssb-conn-hub": "~0.2.2",
"ssb-conn-staging": "~0.0.8"
},
"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.0",
"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.2.1",
"ssb-conn-hub": "~0.2.2",
"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"
}
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