Socket
Socket
Sign inDemoInstall

webtorrent-cli

Package Overview
Dependencies
266
Maintainers
8
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.0.2

8

bin/cmd.js

@@ -467,3 +467,3 @@ #!/usr/bin/env node

if (argv.airplay) {
const airplay = await import('airplay-js')
const airplay = (await import('airplay-js')).default

@@ -476,3 +476,3 @@ airplay.createBrowser()

if (argv.chromecast) {
const chromecasts = (await import('chromecasts'))()
const chromecasts = (await import('chromecasts')).default()

@@ -507,3 +507,3 @@ const opts = {

if (argv.xbmc) {
const xbmc = await import('nodebmc')
const xbmc = (await import('nodebmc')).default

@@ -515,3 +515,3 @@ new xbmc.Browser()

if (argv.dlna) {
const dlnacasts = (await import('dlnacasts'))()
const dlnacasts = (await import('dlnacasts')).default()

@@ -518,0 +518,0 @@ dlnacasts.on('update', player => {

@@ -5,3 +5,3 @@ {

"description": "WebTorrent, the streaming torrent client. For the command line.",
"version": "4.0.1",
"version": "4.0.2",
"author": {

@@ -8,0 +8,0 @@ "name": "WebTorrent LLC",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc