Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

downlib

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

downlib - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

package.json
{
"name": "downlib",
"version": "1.1.5",
"version": "1.1.6",
"description": "A powerful library for downloading videos and files from various platforms.",

@@ -5,0 +5,0 @@ "main": "src/Downlib.js",

@@ -20,3 +20,3 @@ /**

try {
const outputDir = path.resolve(__dirname, 'yt-dlp');
const outputDir = path.resolve(__dirname, 'src', 'yt-dlp');
const ytDlp = await setupYtDlp(outputDir, { log: true });

@@ -23,0 +23,0 @@ console.log('yt-dlp downloaded and extracted:', ytDlp);

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