create-torrent
Advanced tools
Comparing version 6.0.15 to 6.0.16
@@ -0,1 +1,8 @@ | ||
## [6.0.16](https://github.com/webtorrent/create-torrent/compare/v6.0.15...v6.0.16) (2023-12-12) | ||
### Bug Fixes | ||
* **deps:** update dependency fast-readable-async-iterator to v2 ([#251](https://github.com/webtorrent/create-torrent/issues/251)) ([a566cfb](https://github.com/webtorrent/create-torrent/commit/a566cfb8cf3222d5204ec033c9dbf581aa0e96e4)) | ||
## [6.0.15](https://github.com/webtorrent/create-torrent/compare/v6.0.14...v6.0.15) (2023-08-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "create-torrent", | ||
"description": "Create .torrent files", | ||
"version": "6.0.15", | ||
"version": "6.0.16", | ||
"author": { | ||
@@ -24,3 +24,3 @@ "name": "WebTorrent LLC", | ||
"block-iterator": "^1.1.1", | ||
"fast-readable-async-iterator": "^1.1.1", | ||
"fast-readable-async-iterator": "^2.0.0", | ||
"is-file": "^1.0.0", | ||
@@ -39,6 +39,6 @@ "join-async-iterator": "^1.1.1", | ||
"brfs": "2.0.2", | ||
"parse-torrent": "11.0.13", | ||
"semantic-release": "21.0.7", | ||
"parse-torrent": "11.0.14", | ||
"semantic-release": "21.1.2", | ||
"standard": "*", | ||
"tape": "5.6.6", | ||
"tape": "5.7.2", | ||
"webtorrent-fixtures": "2.0.2" | ||
@@ -45,0 +45,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
33136
+ Addedfast-readable-async-iterator@2.0.0(transitive)
- Removedfast-readable-async-iterator@1.1.2(transitive)