Socket
Socket
Sign inDemoInstall

@drovp/ffmpeg

Package Overview
Dependencies
3
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

3

dist/index.js

@@ -107,4 +107,5 @@ "use strict";

log(`archive: ${archivePath}`);
const extractedFiles = await extract(archivePath);
const extractedFiles = await extract(archivePath, { onProgress: progress });
const firstFile = extractedFiles[0];
progress(null);
if (!firstFile || extractedFiles.length !== 1) {

@@ -111,0 +112,0 @@ if (extractedFiles.length === 0)

{
"name": "@drovp/ffmpeg",
"version": "1.0.6",
"version": "1.0.7",
"description": "FFMPEG as a Drovp dependency.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/drovp/ffmpeg",

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