Socket
Socket
Sign inDemoInstall

ssb-conn

Package Overview
Dependencies
96
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.15.2-rc0 to 0.15.2

102

package.json
{
"name": "ssb-conn",
"description": "SSB plugin for establishing and managing peer connections",
"version": "0.15.2-rc0",
"homepage": "https://github.com/staltz/ssb-conn",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/staltz/ssb-conn.git"
},
"dependencies": {
"debug": "~4.1.1",
"has-network2": "0.0.1",
"ip": "^1.1.5",
"on-change-network-strict": "1.0.0",
"on-wakeup": "^1.0.1",
"pull-notify": "^0.1.1",
"pull-pause": "~0.0.2",
"pull-ping": "^2.0.3",
"pull-stream": "^3.6.14",
"secret-stack-decorators": "1.0.0",
"ssb-conn-db": "~0.3.0",
"ssb-conn-hub": "~0.2.7",
"ssb-conn-query": "~0.4.5",
"ssb-conn-staging": "~0.1.0",
"ssb-ref": "^2.13.9",
"ssb-typescript": "^1.5.0",
"statistics": "^3.3.0",
"zii": "~1.1.0"
},
"peerDependencies": {
"secret-stack": ">=6.2.0"
},
"devDependencies": {
"@types/node": "^13.5.0",
"cont": "^1.0.3",
"secret-stack": "^6.3.1",
"ssb-caps": "~1.1.0",
"ssb-lan": "~0.2.0",
"ssb-server": "~15.2.0",
"tape": "^4.13.0",
"typescript": "3.7.5"
},
"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",
"description": "SSB plugin for establishing and managing peer connections",
"version": "0.15.2",
"homepage": "https://github.com/staltz/ssb-conn",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/staltz/ssb-conn.git"
},
"dependencies": {
"debug": "~4.1.1",
"has-network2": "0.0.1",
"ip": "^1.1.5",
"on-change-network-strict": "1.0.0",
"on-wakeup": "^1.0.1",
"pull-notify": "^0.1.1",
"pull-pause": "~0.0.2",
"pull-ping": "^2.0.3",
"pull-stream": "^3.6.14",
"secret-stack-decorators": "1.0.0",
"ssb-conn-db": "~0.3.0",
"ssb-conn-hub": "~0.2.7",
"ssb-conn-query": "~0.4.5",
"ssb-conn-staging": "~0.1.0",
"ssb-ref": "^2.13.9",
"ssb-typescript": "^1.5.0",
"statistics": "^3.3.0",
"zii": "~1.1.0"
},
"peerDependencies": {
"secret-stack": ">=6.2.0"
},
"devDependencies": {
"@types/node": "^13.5.0",
"cont": "^1.0.3",
"secret-stack": "^6.3.1",
"ssb-caps": "~1.1.0",
"ssb-lan": "~0.2.0",
"ssb-server": "~15.2.0",
"tape": "^4.13.0",
"typescript": "3.7.5"
},
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc