bittorrent-tracker
Advanced tools
Comparing version 10.0.6 to 10.0.7
@@ -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 @@ |
@@ -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": "*", |
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
111729