Socket
Socket
Sign inDemoInstall

hybrid-swarm

Package Overview
Dependencies
136
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

4

index.js

@@ -19,2 +19,4 @@ var webRTCSwarm = require('webrtc-swarm')

inherits(HybridSwarm, events.EventEmitter)
HybridSwarm.prototype.close = function (cb) {

@@ -82,3 +84,1 @@ if (cb) this.once('close', cb)

}
inherits(HybridSwarm, events.EventEmitter)
{
"name": "hybrid-swarm",
"version": "1.0.2",
"version": "1.0.3",
"description": "Finds peers using client-side browser webrtc connections and node.js",

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

@@ -45,3 +45,3 @@ # hybrid-swarm

Called when the webrtc swarm has found a new connection (or peer).
Called when the swarm has found a new connection (or peer).

@@ -62,2 +62,2 @@ Arguments:

* [https://github.com/karissa/hyperdrive-archive-swarm](hyperdrive-archive-swarm)
* [hyperdrive-archive-swarm](https://github.com/karissa/hyperdrive-archive-swarm)
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