Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js-ffmpeg

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-ffmpeg - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

LICENSE

4

index.js

@@ -1,3 +0,3 @@

Scoped = require("betajs-scoped/dist/scoped.js");
BetaJS = require('betajs/dist/beta-noscoped.js');
Scoped = global.Scoped || require("betajs-scoped/dist/scoped.js");
BetaJS = global.BetaJS || require('betajs/dist/beta-noscoped.js');
Scoped.binding("betajs", "global:BetaJS");

@@ -4,0 +4,0 @@

{
"name": "js-ffmpeg",
"description": "JS FFMpeg",
"version": "0.0.4",
"version": "0.0.5",
"author": "Ziggeo",

@@ -6,0 +6,0 @@ "repository": "https://github.com/jsonize/jsffmpeg",

@@ -1,2 +0,2 @@

# js-ffmpeg 0.0.4
# js-ffmpeg 0.0.5

@@ -63,1 +63,13 @@ This is a simple wrapper for FFMPEG and FFPROBE.

```
## Contributors
- Ziggeo
- Oliver Friedmann
## License
Apache-2.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