hyperswarm
Advanced tools
Comparing version 2.11.0 to 2.11.1
@@ -98,3 +98,4 @@ 'use strict' | ||
_dropDuplicate (peer, duplicatePeer, id) { | ||
duplicatePeer.deduplicate = true | ||
duplicatePeer.duplicate = true | ||
duplicatePeer.emit('duplicate') | ||
this._dedup.set(id, peer) | ||
@@ -101,0 +102,0 @@ if (!duplicatePeer.client) return |
{ | ||
"name": "hyperswarm", | ||
"version": "2.11.0", | ||
"version": "2.11.1", | ||
"description": "A distributed networking stack for connecting peers", | ||
@@ -5,0 +5,0 @@ "main": "swarm.js", |
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
91957
2774