parse-torrent
Advanced tools
Comparing version 11.0.6 to 11.0.7
@@ -0,1 +1,9 @@ | ||
## [11.0.7](https://github.com/webtorrent/parse-torrent/compare/v11.0.6...v11.0.7) (2023-01-31) | ||
### Bug Fixes | ||
* **deps:** update dependency cross-fetch-ponyfill to ^1.0.3 ([#144](https://github.com/webtorrent/parse-torrent/issues/144)) ([6df9d6e](https://github.com/webtorrent/parse-torrent/commit/6df9d6ec56fc3e82c87aa3690ee5fccc8d79c3d8)) | ||
* **deps:** update webtorrent ([#142](https://github.com/webtorrent/parse-torrent/issues/142)) ([6f865fe](https://github.com/webtorrent/parse-torrent/commit/6f865fe41386c9870fdaad57880d4bb82b4bc779)), closes [#145](https://github.com/webtorrent/parse-torrent/issues/145) | ||
## [11.0.6](https://github.com/webtorrent/parse-torrent/compare/v11.0.5...v11.0.6) (2023-01-31) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "parse-torrent", | ||
"description": "Parse a torrent identifier (magnet uri, .torrent file, info hash)", | ||
"version": "11.0.6", | ||
"version": "11.0.7", | ||
"author": { | ||
@@ -24,6 +24,6 @@ "name": "WebTorrent LLC", | ||
"dependencies": { | ||
"bencode": "^3.0.0", | ||
"cross-fetch-ponyfill": "^1.0.1", | ||
"bencode": "^3.0.3", | ||
"cross-fetch-ponyfill": "^1.0.3", | ||
"get-stdin": "^9.0.0", | ||
"magnet-uri": "^7.0.1", | ||
"magnet-uri": "^7.0.2", | ||
"queue-microtask": "^1.2.3", | ||
@@ -38,3 +38,3 @@ "uint8-util": "^2.1.7" | ||
"tape": "5.6.3", | ||
"webtorrent-fixtures": "2.0.0", | ||
"webtorrent-fixtures": "2.0.2", | ||
"xtend": "4.0.2" | ||
@@ -41,0 +41,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
24605
Updatedbencode@^3.0.3
Updatedcross-fetch-ponyfill@^1.0.3
Updatedmagnet-uri@^7.0.2