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.19.0 to 3.20.0

3

index.js

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

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

@@ -13,0 +14,0 @@

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

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

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

- wss://tracker.webtorrent.io (For WebRTC peers, see: [WebTorrent](https://webtorrent.io))
- wss://tracker.btorrent.xyz (For WebRTC peers, see: [βTorrent](https://btorrent.xyz))

@@ -84,0 +85,0 @@ `callback` is called with an error and a Buffer of the torrent data. It is up to you to

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