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
1004
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.eb6dead8

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.

@@ -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";

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

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

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