ffmpeg-static
Advanced tools
+1
-0
@@ -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": { |
+2
-2
@@ -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 @@ [](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 |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
13628
0.08%229
0.44%14
7.69%