forked from eugeneware/ffmpeg-static
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rm patch-package, a vulnerable dep #10
Open
mblair
wants to merge
25
commits into
master
Choose a base branch
from
mattyblair/patch
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mblair
commented
May 30, 2024
- update to include ffprobe
- simplify test workflow, add retry to download logic
- try to fix tar commands on linux
- try again
- more bash logging
- a different way of checking for macos
- update binary-release-tag, fix install script
- 4.3.1-rc.2
- update rc
- Allow for specifying custom base url in install process (Allow for specifying custom base url in install process #2)
- Ensure that cache directory exists (Ensure that cache directory exists #3)
- patch-package dep
- only warn on license/readme
- Support ffmpeg 6.0 (Support ffmpeg 6.0 #7)
- fix http-basic version
- update download link
- Update index.sh
- Update index.sh
- Update index.sh
- Update release-binaries.yml
- Update release-binaries.yml
- Update index.sh
- Update index.sh
- Update package.json
- rm patch-package
- rename from ffmpeg-static to ffmpeg-ffprobe-static - update index.js to export both ffmpegPath and ffprobePath - add index.d.ts for TypeScript - do not download if the file is already downloaded - unzip both ffmpeg and ffprobe to bin/ffmpeg-* and bin/ffprobe-* - add darwin ffprobe download (separate zip) - update github workflow to upload ffmpeg/ffprobe files with new names - add github workflow for running test (instead of travis) - fix tar commands on macos (hope it doesn't break linux) - add ffprobe tests
* Allow for specifying custom base url in install process * update readme * more detail in readme * always log base url
* Update host for Windows binaries, closes eugeneware#60 * upgrade deps & dev deps * Travis CI: run install script manually 💚 * download win32-x64 binary from gyan.dev see also eugeneware#76 * fix linux-{x64,ia32,arm,arm64} binary downloads 💚 * fix binary publishing 💚 * add compressed binaries to GitHub release * install script: download gzipped binary ⚡️ closes eugeneware#69 * upgrade deps & dev deps * use 4.3.2 binaries, 4.2.8 fixes eugeneware#76 * support FreeBSD x64 closes eugeneware#75 * minor tweaks; 4.3.0 * readme.md/package.json: mention @Thefrank's FreeBSD builds [ci skip] * support darwin-arm64 eugeneware#80 * build script: pull ffmpeg 4.4 binaries * Add win32-ia32 build for 4.4 * fix FreeBSD x64 binary download 💚 * use 4.4 binaries; 4.4 * fix: upgrade eslint from 7.22.0 to 7.30.0 Snyk has created this PR to upgrade eslint from 7.22.0 to 7.30.0. See this package in npm: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/derhuerst/project/cceee36c-4ce5-406d-8314-2573400ca9f6?utm_source=github&utm_medium=upgrade-pr * Use ffmpeg version 6.0 - Updates the version of ffmpeg from 4.4 to 6.0 - Fix the download URL based on https://github.com/eugeneware/ffmpeg-static/releases * Fix readme * Fix readme * adding updated package lockfile * fix install * Update release-binaries.yml * Update test.yml * build with newer node --------- Co-authored-by: TLZ <[email protected]> Co-authored-by: Jannis R <[email protected]> Co-authored-by: emyarod <[email protected]> Co-authored-by: Max Isom <[email protected]> Co-authored-by: snyk-bot <[email protected]> Co-authored-by: C Van Winkle <[email protected]> Co-authored-by: vyaas <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.