Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
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.5 to 1.0.6

2

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

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

@@ -6,6 +6,7 @@ # @drovp/ffmpeg

Pre-built binaries are downloaded from:
- Windows: https://www.gyan.dev/ffmpeg/builds/
- MacOS: https://evermeet.cx/ffmpeg/
- Linux: https://johnvansickle.com/ffmpeg/ (**! missing `ffplay`**)
- Windows: https://www.gyan.dev/ffmpeg/builds/
- MacOS: https://evermeet.cx/ffmpeg/
- Linux: https://johnvansickle.com/ffmpeg/ (**! missing `ffplay`**)
**IMPORTANT!**

@@ -24,3 +25,3 @@

// ...config...
dependencies: ['@drovp/ffmpeg:ffmpeg']
dependencies: ['@drovp/ffmpeg:ffmpeg'],
});

@@ -68,35 +69,1 @@ ```

**Not available on Linux atm!**
## Dev environment
When developing, run:
```
npm start
```
and start working.
When releasing, run:
```
npm version [<newversion> | major | minor | patch]
npm publish
```
### npm start
Cleans up, and continuously builds on file changes.
### npm run build
Builds dist files.
### npm version [&lt;newversion&gt; | major | minor | patch]
1. Cleans up.
1. Build for production.
1. Bumps the version.
1. Commits into git (if present).
1. Pushes to the repository (if not private).
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