hypercore 11.0.47 → 11.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/replicator.js CHANGED
@@ -1520,6 +1520,7 @@ module.exports = class Replicator {
1520
1520
  }
1521
1521
 
1522
1522
  this._downloadingTimer = setTimeout(setDownloadingLater, this._notDownloadingLinger, this, downloading)
1523
+ if (this._downloadingTimer.unref) this._downloadingTimer.unref()
1523
1524
  }
1524
1525
 
1525
1526
  setDownloadingNow (downloading) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hypercore",
3
- "version": "11.0.47",
3
+ "version": "11.0.48",
4
4
  "description": "Hypercore is a secure, distributed append-only log",
5
5
  "main": "index.js",
6
6
  "scripts": {