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 3.24.5 to 3.24.6

2

index.js

@@ -426,3 +426,3 @@ module.exports = createTorrent

function isFileList (obj) {
return typeof FileList === 'function' && obj instanceof FileList
return typeof FileList !== 'undefined' && obj instanceof FileList
}

@@ -429,0 +429,0 @@

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

@@ -31,3 +31,3 @@ "bin": {

"parse-torrent": "^5.0.0",
"standard": "^6.0.5",
"standard": "^7.0.0",
"tape": "^4.0.0",

@@ -34,0 +34,0 @@ "webtorrent-fixtures": "^1.4.0",

Sorry, the diff of this file is not supported yet

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