hyperswarm
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78202
+ Added@hyperswarm/network@1.5.1(transitive)
- Removed@hyperswarm/network@1.1.0(transitive)
Updated@hyperswarm/network@^1.1.2