Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hyperswarm

Package Overview
Dependencies
Maintainers
4
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperswarm - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

4

package.json
{
"name": "hyperswarm",
"version": "2.2.0",
"version": "2.2.1",
"description": "A distributed networking stack for connecting peers",

@@ -8,3 +8,3 @@ "main": "swarm.js",

"@hyperswarm/discovery": "^1.1.0",
"@hyperswarm/network": "1.1.0",
"@hyperswarm/network": "^1.1.2",
"shuffled-priority-queue": "^2.1.0",

@@ -11,0 +11,0 @@ "utp-native": "^2.1.3"

@@ -20,3 +20,3 @@ 'use strict'

const q = queue({
requeue: [ 100, 200, 300 ],
requeue: [ 100, 200, 300 ]
})

@@ -45,3 +45,3 @@

requeue: [ 100, 200, 300 ],
forget: { unresponsive: 100 },
forget: { unresponsive: 100 }
})

@@ -48,0 +48,0 @@

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