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

remotion

Package Overview
Dependencies
Maintainers
1
Versions
989
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 1.3.0 to 1.4.0-alpha.84243ade

dist/random.d.ts

2

dist/config/index.d.ts

@@ -19,3 +19,3 @@ import { Concurrency } from './concurrency';

*/
readonly setConcurrency: (newConcurrency: Concurrency) => void;
readonly setConcurrency: (newConcurrency: number | null) => void;
/**

@@ -22,0 +22,0 @@ * Set the JPEG quality for the frames.

@@ -11,2 +11,3 @@ import './asset-types';

export * from './interpolate';
export * from './random';
export * from './ready-manager';

@@ -13,0 +14,0 @@ export { registerRoot } from './register-root';

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

__exportStar(require("./interpolate"), exports);
__exportStar(require("./random"), exports);
__exportStar(require("./ready-manager"), exports);

@@ -26,0 +27,0 @@ var register_root_1 = require("./register-root");

@@ -17,3 +17,3 @@ /// <reference types="react" />

getPixelFormat: () => "yuv420p" | "yuv422p" | "yuv444p" | "yuv420p10le" | "yuv422p10le" | "yuv444p10le";
getConcurrency: () => import("./config/concurrency").Concurrency;
getConcurrency: () => number | null;
getShouldOverwrite: () => boolean;

@@ -20,0 +20,0 @@ getFormat: () => "png-sequence" | "mp4";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.continueRender = exports.delayRender = void 0;
const register_root_1 = require("./register-root");
if (typeof window !== 'undefined') {

@@ -11,6 +10,2 @@ window.ready = false;

const handle = Math.random();
if (register_root_1.getIsEvaluation()) {
// Don't wait while statically determining the composition list
return handle;
}
handles.push(handle);

@@ -17,0 +12,0 @@ if (typeof window !== 'undefined') {

{
"name": "remotion",
"version": "1.3.0",
"version": "1.4.0-alpha.84243ade",
"description": "Render videos in React",

@@ -5,0 +5,0 @@ "main": "dist/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

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