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.21.0 to 3.22.0

5

index.js

@@ -10,4 +10,5 @@ module.exports = createTorrent

[ 'udp://exodus.desync.com:6969' ],
[ 'wss://tracker.webtorrent.io' ], // For WebRTC peers (see: WebTorrent.io)
[ 'wss://tracker.btorrent.xyz' ] // For WebRTC peers (see: btorrent.xyz)
[ 'wss://tracker.webtorrent.io' ],
[ 'wss://tracker.btorrent.xyz' ],
[ 'wss://tracker.openwebtorrent.com' ]
]

@@ -14,0 +15,0 @@

2

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

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

@@ -81,5 +81,9 @@ # create-torrent [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]

- udp://exodus.desync.com:6969
- wss://tracker.webtorrent.io (For WebRTC peers, see: [WebTorrent](https://webtorrent.io))
- wss://tracker.btorrent.xyz (For WebRTC peers, see: [βTorrent](https://btorrent.xyz))
- wss://tracker.webtorrent.io
- wss://tracker.btorrent.xyz
- wss://tracker.openwebtorrent.com
Trackers that start with `wss://` are for WebRTC peers. See
[WebTorrent](https://webtorrent.io) to learn more.
`callback` is called with an error and a Buffer of the torrent data. It is up to you to

@@ -86,0 +90,0 @@ save it to a file if that's what you want to do.

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