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 2.1.10 to 2.1.11

4

dist/get-audio-duration.js

@@ -8,4 +8,4 @@ "use strict";

return new Promise((resolve, reject) => {
const onError = (ev) => {
reject(ev.error);
const onError = () => {
reject(audio.error);
cleanup();

@@ -12,0 +12,0 @@ };

@@ -13,4 +13,4 @@ "use strict";

return new Promise((resolve, reject) => {
const onError = (ev) => {
reject(ev.error);
const onError = () => {
reject(video.error);
cleanup();

@@ -17,0 +17,0 @@ };

{
"name": "@remotion/media-utils",
"version": "2.1.10",
"version": "2.1.11",
"description": "Utility functions for audio and video",

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

"dependencies": {
"remotion": "2.1.10"
"remotion": "2.1.11"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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