create-torrent
Advanced tools
Comparing version 6.0.13 to 6.0.14
@@ -0,1 +1,8 @@ | ||
## [6.0.14](https://github.com/webtorrent/create-torrent/compare/v6.0.13...v6.0.14) (2023-08-10) | ||
### Bug Fixes | ||
* **deps:** update dependency bencode to v4 ([#236](https://github.com/webtorrent/create-torrent/issues/236)) ([edef6b9](https://github.com/webtorrent/create-torrent/commit/edef6b9c39afbb56dc5f7905af59514d70e7087c)) | ||
## [6.0.13](https://github.com/webtorrent/create-torrent/compare/v6.0.12...v6.0.13) (2023-07-31) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "create-torrent", | ||
"description": "Create .torrent files", | ||
"version": "6.0.13", | ||
"version": "6.0.14", | ||
"author": { | ||
@@ -22,3 +22,3 @@ "name": "WebTorrent LLC", | ||
"dependencies": { | ||
"bencode": "^3.1.1", | ||
"bencode": "^4.0.0", | ||
"block-iterator": "^1.1.1", | ||
@@ -39,3 +39,3 @@ "fast-readable-async-iterator": "^1.1.1", | ||
"brfs": "2.0.2", | ||
"parse-torrent": "11.0.12", | ||
"parse-torrent": "11.0.13", | ||
"semantic-release": "21.0.7", | ||
@@ -42,0 +42,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
32446
+ Addedbencode@4.0.0(transitive)
- Removedbencode@3.1.1(transitive)
Updatedbencode@^4.0.0