New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

remotion

Package Overview
Dependencies
Maintainers
1
Versions
996
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.141 to 4.0.142

dist/cjs/v5-flag.d.ts

3

dist/cjs/no-react.d.ts

@@ -45,2 +45,5 @@ export type { TRenderAsset } from './CompositionManager';

}) => number;
ENABLE_V5_BREAKING_CHANGES: false;
MIN_NODE_VERSION: number;
MIN_BUN_VERSION: string;
};

@@ -12,2 +12,3 @@ "use strict";

const truthy_1 = require("./truthy");
const v5_flag_1 = require("./v5-flag");
const validate_frame_1 = require("./validate-frame");

@@ -37,2 +38,5 @@ const validate_default_props_1 = require("./validation/validate-default-props");

getExpectedMediaFrameUncorrected: get_current_time_1.getExpectedMediaFrameUncorrected,
ENABLE_V5_BREAKING_CHANGES: v5_flag_1.ENABLE_V5_BREAKING_CHANGES,
MIN_NODE_VERSION: v5_flag_1.ENABLE_V5_BREAKING_CHANGES ? 18 : 16,
MIN_BUN_VERSION: v5_flag_1.ENABLE_V5_BREAKING_CHANGES ? '1.1.3' : '1.0.3',
};

2

dist/cjs/version.d.ts

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

export declare const VERSION = "4.0.141";
export declare const VERSION = "4.0.142";

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

// Automatically generated on publish
exports.VERSION = '4.0.141';
exports.VERSION = '4.0.142';
{
"name": "remotion",
"version": "4.0.141",
"version": "4.0.142",
"description": "Render videos in React",

@@ -5,0 +5,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

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