bittorrent-tracker
Advanced tools
Comparing version 9.17.3 to 9.17.4
@@ -58,3 +58,4 @@ # Authors | ||
- semantic-release-bot (semantic-release-bot@martynus.net) | ||
- renovate[bot] (29139614+renovate[bot]@users.noreply.github.com) | ||
#### Generated by tools/update-authors.sh. |
@@ -0,1 +1,8 @@ | ||
## [9.17.4](https://github.com/webtorrent/bittorrent-tracker/compare/v9.17.3...v9.17.4) (2021-07-22) | ||
### Bug Fixes | ||
* if websocket closed, don't produce a response ([ca88435](https://github.com/webtorrent/bittorrent-tracker/commit/ca88435617e59714a456031c75b3a329897d97bd)) | ||
## [9.17.3](https://github.com/webtorrent/bittorrent-tracker/compare/v9.17.2...v9.17.3) (2021-07-02) | ||
@@ -2,0 +9,0 @@ |
@@ -45,2 +45,3 @@ const arrayRemove = require('unordered-array-remove') | ||
self._onAnnounceStopped(params, peer, id) | ||
if (!cb) return // when websocket is closed | ||
} else if (params.event === 'completed') { | ||
@@ -47,0 +48,0 @@ self._onAnnounceCompleted(params, peer, id) |
{ | ||
"name": "bittorrent-tracker", | ||
"description": "Simple, robust, BitTorrent tracker (client & server) implementation", | ||
"version": "9.17.3", | ||
"version": "9.17.4", | ||
"author": { | ||
@@ -52,3 +52,3 @@ "name": "WebTorrent LLC", | ||
"magnet-uri": "6.2.0", | ||
"semantic-release": "17.4.3", | ||
"semantic-release": "17.4.4", | ||
"standard": "*", | ||
@@ -55,0 +55,0 @@ "tape": "5.2.2", |
@@ -591,3 +591,3 @@ const bencode = require('bencode') | ||
peer_id: socket.peerId | ||
}, noop) | ||
}) | ||
} | ||
@@ -594,0 +594,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
100479
2305
3