Socket
Socket
Sign inDemoInstall

peer-exchange

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peer-exchange - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

.nyc_output/55246.json

3

index.js

@@ -1,2 +0,1 @@

module.exports = require('./lib/exchange.js')
module.exports.transports = require('./lib/transports.js')
module.exports = require('./lib/swarm.js')
{
"name": "peer-exchange",
"version": "1.0.0",
"version": "2.0.0",
"description": "Decentralized peer discovery and signaling",
"main": "index.js",
"scripts": {
"test": "standard src test index.js && nyc tape test/*.js | faucet && nyc report",
"test": "standard src/*.js test/*.js index.js && dependency-check package.json && nyc tape test/*.js | faucet && nyc report",
"test-browser": "npm run build && ./test/browser.sh && npm run source",

@@ -27,9 +27,18 @@ "build": "rm -rf lib && babel --presets es2015 src -d lib",

"dependencies": {
"duplexify": "^3.4.2",
"debug": "^2.2.0",
"duplexify": "^3.4.5",
"get-browser-rtc": "^1.0.2",
"hat": "0.0.3",
"isstream": "^0.1.2",
"multiplex": "^6.6.1",
"ndjson": "^1.4.3",
"object-assign": "^4.1.0",
"old": "^0.1.3",
"on-object": "^1.0.0",
"once": "^1.3.3",
"pump": "^1.0.1",
"pumpify": "^1.3.5",
"pxp": "^1.0.0",
"simple-peer": "^6.0.1",
"through2": "^2.0.1",
"websocket-stream": "^3.1.0"

@@ -40,7 +49,8 @@ },

"babel-preset-es2015": "^6.5.0",
"electron-webrtc": "^0.2.4",
"dependency-check": "^2.6.0",
"faucet": "0.0.1",
"nyc": "^6.4.4",
"standard": "^7.1.0",
"standard": "^8.2.0",
"tape": "^4.5.1",
"wrtc": "0.0.61",
"zuul": "^3.10.1",

@@ -59,3 +69,6 @@ "zuul-ngrok": "^4.0.0"

},
"homepage": "https://github.com/mappum/peer-exchange#readme"
"homepage": "https://github.com/mappum/peer-exchange#readme",
"browser": {
"electron-webrtc": false
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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