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.2 to 3.24.3

11

bin/cmd.js

@@ -10,6 +10,8 @@ #!/usr/bin/env node

n: 'name',
h: 'help'
h: 'help',
v: 'version'
},
boolean: [
'help'
'help',
'version'
],

@@ -30,2 +32,7 @@ string: [

if (argv.version) {
console.log(require('../package.json').version)
process.exit(0)
}
if (!infile || argv.help) {

@@ -32,0 +39,0 @@ console.log('usage: create-torrent <directory OR file> [OPTIONS]')

2

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

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

@@ -84,2 +84,3 @@ # create-torrent [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]

- wss://tracker.openwebtorrent.com
- wss://tracker.fastcast.nz

@@ -86,0 +87,0 @@ Trackers that start with `wss://` are for WebRTC peers. See

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