Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bittorrent-tracker

Package Overview
Dependencies
Maintainers
9
Versions
257
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bittorrent-tracker - npm Package Compare versions

Comparing version 9.17.3 to 9.17.4

1

AUTHORS.md

@@ -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)

4

package.json
{
"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 @@ })

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc