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.9 to 1.2.0

2

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

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

@@ -123,13 +123,4 @@ /**

let executablePath;
if (platform === 'win32') {
executablePath = ytDlpPath;
} else if (platform === 'darwin') {
executablePath = path.join(outputDir, 'yt-dlp_macos');
} else {
executablePath = path.join(outputDir, 'yt-dlp');
}
return {
ytDlpPath: executablePath
ytDlpPath: ytDlpPath
};

@@ -136,0 +127,0 @@ };

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