Socket
Socket
Sign inDemoInstall

create-torrent

Package Overview
Dependencies
Maintainers
9
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-torrent - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [5.0.2](https://github.com/webtorrent/create-torrent/compare/v5.0.1...v5.0.2) (2022-03-10)
### Bug Fixes
* exception on folder depth > 1 ([#160](https://github.com/webtorrent/create-torrent/issues/160)) ([4afcea2](https://github.com/webtorrent/create-torrent/commit/4afcea2360284ce9d0762ed66507ae22b1b32b04))
## [5.0.1](https://github.com/webtorrent/create-torrent/compare/v5.0.0...v5.0.1) (2021-08-06)

@@ -2,0 +9,0 @@

2

get-files.js

@@ -41,3 +41,3 @@ const corePath = require('path')

if (Array.isArray(files)) files = files.flat()
if (Array.isArray(files)) files = files.flat(Infinity)
else files = [files]

@@ -44,0 +44,0 @@

{
"name": "create-torrent",
"description": "Create .torrent files",
"version": "5.0.1",
"version": "5.0.2",
"author": {

@@ -36,8 +36,8 @@ "name": "WebTorrent LLC",

"devDependencies": {
"@webtorrent/semantic-release-config": "1.0.5",
"@webtorrent/semantic-release-config": "1.0.7",
"brfs": "2.0.2",
"parse-torrent": "9.1.4",
"semantic-release": "17.4.4",
"semantic-release": "19.0.2",
"standard": "*",
"tape": "5.3.0",
"tape": "5.5.2",
"webtorrent-fixtures": "1.7.5"

@@ -44,0 +44,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc