🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

ffmpeg-static

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ffmpeg-static - npm Package Compare versions

Comparing version
5.0.1
to
5.0.2
+1
-0
install.js

@@ -141,2 +141,3 @@ 'use strict'

function onProgress(deltaBytes, totalBytes) {
if (process.env.CI) return;
if (totalBytes === null) return;

@@ -143,0 +144,0 @@ if (!progressBar) {

+4
-4
{
"name": "ffmpeg-static",
"version": "5.0.1",
"version": "5.0.2",
"description": "ffmpeg static binaries for Mac OSX and Linux and Windows",

@@ -15,7 +15,7 @@ "main": "index.js",

"lint": "eslint .",
"prepublishOnly": "npm run lint && npm run install && npm test"
"prepublishOnly": "npm run lint"
},
"ffmpeg-static": {
"binary-release-tag": "b5.0",
"binary-release-name": "5.0"
"binary-release-tag": "b5.0.1",
"binary-release-name": "5.0.1"
},

@@ -22,0 +22,0 @@ "repository": {

@@ -5,3 +5,3 @@ # ffmpeg-static

Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit). [The ffmpeg version currently used is `5.0`.](https://github.com/eugeneware/ffmpeg-static/releases/tag/b5.0)
Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit). [The ffmpeg version currently used is `5.0.1`.](https://github.com/eugeneware/ffmpeg-static/releases/tag/b5.0.1)

@@ -23,3 +23,3 @@ [![npm version](https://img.shields.io/npm/v/ffmpeg-static.svg)](https://www.npmjs.com/package/ffmpeg-static)

*Note:* During installation, it will download the appropriate `ffmpeg` binary from the [`b5.0` GitHub release](https://github.com/eugeneware/ffmpeg-static/releases/tag/b5.0). Use and distribution of the binary releases of FFmpeg are covered by their respective license.
*Note:* During installation, it will download the appropriate `ffmpeg` binary from the [`b5.0.1` GitHub release](https://github.com/eugeneware/ffmpeg-static/releases/tag/b5.0.1). Use and distribution of the binary releases of FFmpeg are covered by their respective license.

@@ -26,0 +26,0 @@ ### Electron & other cross-platform packaging tools