New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vbarbarosh/ffmpeg-helpers

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vbarbarosh/ffmpeg-helpers - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

package.json
{
"name": "@vbarbarosh/ffmpeg-helpers",
"version": "0.5.1",
"version": "0.5.2",
"author": "Vladimir Barbarosh <ffmpeg-helpers@vbarbarosh.com>",

@@ -5,0 +5,0 @@ "description": "A set of helpers for working with `ffmpeg` binary.",

@@ -53,9 +53,3 @@ const child_process = require('child_process');

p.update(0);
if (has_total) {
user_friendly_status(`${format_percents(0)} | ~ duration=${format_seconds(p.duration)}`);
}
else {
user_friendly_status(`~ duration=${format_seconds(p.duration)}`);
}
user_friendly_status(`~ duration=${format_seconds(p.duration)}`);
return;

@@ -62,0 +56,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