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.9 to 0.0.10

2

package.json
{
"name": "js-ffmpeg",
"description": "JS FFMpeg",
"version": "0.0.9",
"version": "0.0.10",
"author": "Ziggeo",

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

@@ -32,3 +32,3 @@ Scoped.require([

var rotation = stream.tags && stream.tags.rotate ? parseInt(stream.tags.rotate, 10) : 0;
result.video = {
var video = {
index: stream.index,

@@ -46,2 +46,6 @@ rotation: rotation,

};
if (json.format.format_name === "image" || json.format.format_name === "image2")
result.image = video;
else
result.video = video;
} else if (stream.codec_type === 'audio') {

@@ -48,0 +52,0 @@ result.audio = {

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