Socket
Socket
Sign inDemoInstall

create-torrent

Package Overview
Dependencies
Maintainers
8
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 4.4.4 to 4.4.5

6

index.js

@@ -12,4 +12,6 @@ /*! create-torrent. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */

const parallel = require('run-parallel')
const queueMicrotask = require('queue-microtask')
const sha1 = require('simple-sha1')
const stream = require('readable-stream')
const getFiles = require('./get-files') // browser exclude

@@ -175,5 +177,3 @@

} else {
process.nextTick(() => {
processInput()
})
queueMicrotask(processInput)
}

@@ -180,0 +180,0 @@

{
"name": "create-torrent",
"description": "Create .torrent files",
"version": "4.4.4",
"version": "4.4.5",
"author": {

@@ -30,2 +30,3 @@ "name": "WebTorrent LLC",

"piece-length": "^2.0.1",
"queue-microtask": "^1.2.2",
"readable-stream": "^3.6.0",

@@ -32,0 +33,0 @@ "run-parallel": "^1.1.10",

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