Socket
Socket
Sign inDemoInstall

create-torrent

Package Overview
Dependencies
Maintainers
1
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 2.8.1 to 2.8.2

4

index.js

@@ -42,2 +42,6 @@ module.exports = createTorrent

if (typeof FileList === 'function' && input instanceof FileList) {
input = Array.prototype.slice.call(input)
}
// TODO: support an array of paths

@@ -44,0 +48,0 @@ if (Array.isArray(input) && input.length > 0) {

2

package.json
{
"name": "create-torrent",
"description": "Create .torrent files",
"version": "2.8.1",
"version": "2.8.2",
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",

@@ -6,0 +6,0 @@ "bin": {

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