parse-torrent
Advanced tools
Comparing version 11.0.10 to 11.0.11
@@ -0,1 +1,8 @@ | ||
## [11.0.11](https://github.com/webtorrent/parse-torrent/compare/v11.0.10...v11.0.11) (2023-05-30) | ||
### Bug Fixes | ||
* remove unused hack ([#155](https://github.com/webtorrent/parse-torrent/issues/155)) ([ea0cc5e](https://github.com/webtorrent/parse-torrent/commit/ea0cc5eb589375d97698426b11963acacc5345b8)) | ||
## [11.0.10](https://github.com/webtorrent/parse-torrent/compare/v11.0.9...v11.0.10) (2023-05-27) | ||
@@ -2,0 +9,0 @@ |
@@ -262,8 +262,4 @@ /*! parse-torrent. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */ | ||
// Workaround Browserify v13 bug | ||
// https://github.com/substack/node-browserify/issues/1483 | ||
;(() => { Buffer.alloc(0) })() | ||
export default parseTorrent | ||
const toMagnetURI = encode | ||
export { parseTorrentRemote as remote, encodeTorrentFile as toTorrentFile, toMagnetURI } |
{ | ||
"name": "parse-torrent", | ||
"description": "Parse a torrent identifier (magnet uri, .torrent file, info hash)", | ||
"version": "11.0.10", | ||
"version": "11.0.11", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "WebTorrent LLC", |
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
25797
268