Socket
Socket
Sign inDemoInstall

hyperswarm-proxy-ws

Package Overview
Dependencies
56
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "hyperswarm-proxy-ws",
"version": "1.0.0",
"version": "1.0.1",
"description": "Proxy hyperswarm connections over websockets with auto-reconnect logic",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -9,3 +9,3 @@ const HyperswarmProxyServer = require('hyperswarm-proxy/server')

const { server } = opts
if (server) this.listenOnServer()
if (server) this.listenOnServer(server)
}

@@ -12,0 +12,0 @@

@@ -68,3 +68,3 @@ const hyperswarm = require('@hyperswarm/network')

if(connectionCount++) return connection.end()
if (connectionCount++) return connection.end()

@@ -71,0 +71,0 @@ t.deepEqual(info.peer.topic, TEST_TOPIC, 'got connection in client')

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc