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 10.0.6 to 10.0.7

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [10.0.7](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.6...v10.0.7) (2023-06-05)
### Bug Fixes
* imports ([#471](https://github.com/webtorrent/bittorrent-tracker/issues/471)) ([a12022a](https://github.com/webtorrent/bittorrent-tracker/commit/a12022ac2c81d7fa3ecb81163852161e64199cf4))
## [10.0.6](https://github.com/webtorrent/bittorrent-tracker/compare/v10.0.5...v10.0.6) (2023-05-27)

@@ -2,0 +9,0 @@

4

lib/client/websocket-tracker.js

@@ -8,3 +8,3 @@ import clone from 'clone'

import { DESTROY_TIMEOUT } from '../common.js'
import common from '../common.js'
import Tracker from './tracker.js'

@@ -142,3 +142,3 @@

// server, then force close the socket.
timeout = setTimeout(destroyCleanup, DESTROY_TIMEOUT)
timeout = setTimeout(destroyCleanup, common.DESTROY_TIMEOUT)

@@ -145,0 +145,0 @@ // But, if a response comes from the server before the timeout fires, do cleanup

{
"name": "bittorrent-tracker",
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
"version": "10.0.6",
"version": "10.0.7",
"author": {

@@ -56,3 +56,3 @@ "name": "WebTorrent LLC",

"@webtorrent/semantic-release-config": "1.0.9",
"magnet-uri": "7.0.3",
"magnet-uri": "7.0.5",
"semantic-release": "20.1.3",

@@ -59,0 +59,0 @@ "standard": "*",

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