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

remotion

Package Overview
Dependencies
Maintainers
1
Versions
974
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remotion - npm Package Compare versions

Comparing version 4.0.199 to 4.0.200

dist/cjs/HideSequence.d.ts

2

dist/cjs/version.d.ts

@@ -6,2 +6,2 @@ /**

*/
export declare const VERSION = "4.0.199";
export declare const VERSION = "4.0.200";

@@ -10,2 +10,2 @@ "use strict";

*/
exports.VERSION = '4.0.199';
exports.VERSION = '4.0.200';

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

}
if (err.message.includes('Failed to fetch')) {
// eslint-disable-next-line no-ex-assign
err = new Error(`Failed to fetch ${actualSrc}. This could be caused by Chrome rejecting the request because the disk space is low. Consider increasing the disk size of your environment.`, { cause: err });
}
if (onError) {

@@ -148,0 +152,0 @@ onError(err);

@@ -6,3 +6,3 @@ {

"name": "remotion",
"version": "4.0.199",
"version": "4.0.200",
"description": "Make videos programmatically",

@@ -9,0 +9,0 @@ "main": "dist/cjs/index.js",

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