hyperswarm
Advanced tools
Comparing version 2.1.1 to 2.2.0
@@ -5,3 +5,5 @@ 'use strict' | ||
const crypto = require('crypto') | ||
const swarm = hyperswarm() | ||
const swarm = hyperswarm({ | ||
announceLocalAddress: true | ||
}) | ||
@@ -8,0 +10,0 @@ if (!process.argv[2]) { throw Error('node example.js <topic-key>') } |
{ | ||
"name": "hyperswarm", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "A distributed networking stack for connecting peers", | ||
@@ -8,3 +8,3 @@ "main": "swarm.js", | ||
"@hyperswarm/discovery": "^1.1.0", | ||
"@hyperswarm/network": "1.0.0", | ||
"@hyperswarm/network": "1.1.0", | ||
"shuffled-priority-queue": "^2.1.0", | ||
@@ -11,0 +11,0 @@ "utp-native": "^2.1.3" |
@@ -38,2 +38,3 @@ 'use strict' | ||
ephemeral, | ||
announceLocalAddress: !!opts.announceLocalAddress, | ||
bind: () => this.emit('listening'), | ||
@@ -40,0 +41,0 @@ socket: (socket, isTCP) => { |
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
78203
2472
+ Added@hyperswarm/network@1.1.0(transitive)
- Removed@hyperswarm/network@1.0.0(transitive)
Updated@hyperswarm/network@1.1.0