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

@remotion/media-utils

Package Overview
Dependencies
Maintainers
1
Versions
850
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/media-utils - npm Package Compare versions

Comparing version 4.0.169 to 4.0.170

4

dist/get-video-metadata.js

@@ -35,2 +35,6 @@ "use strict";

}
if (!Number.isFinite(video.duration)) {
reject(new Error(`Unable to determine video duration for ${src} - got Infinity. Re-encoding this video may fix this issue.`));
return;
}
const metadata = {

@@ -37,0 +41,0 @@ durationInSeconds: video.duration,

4

package.json
{
"name": "@remotion/media-utils",
"version": "4.0.169",
"version": "4.0.170",
"description": "Utility functions for audio and video",

@@ -16,3 +16,3 @@ "main": "dist/index.js",

"dependencies": {
"remotion": "4.0.169"
"remotion": "4.0.170"
},

@@ -19,0 +19,0 @@ "peerDependencies": {

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