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

@remotion/studio-shared

Package Overview
Dependencies
Maintainers
0
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/studio-shared - npm Package Compare versions

Comparing version 4.0.215 to 4.0.216

1

dist/api-requests.d.ts

@@ -80,2 +80,3 @@ import type { AudioCodec, Codec, ColorSpace, LogLevel, PixelFormat, ProResProfile, StillImageFormat, VideoImageFormat, X264Preset } from '@remotion/renderer';

beepOnFinish: boolean;
metadata: Record<string, string> | null;
} & AddRenderRequestDynamicFields;

@@ -82,0 +83,0 @@ export type RemoveRenderRequest = {

2

dist/package-info.d.ts

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

export declare const packages: readonly ["ai-improvements", "animation-utils", "animated-emoji", "astro-example", "babel-loader", "bugs", "bundler", "cli-autocomplete", "cli", "cloudrun", "compositor-darwin-arm64", "compositor-darwin-x64", "compositor-linux-arm64-gnu", "compositor-linux-arm64-musl", "compositor-linux-x64-gnu", "compositor-linux-x64-musl", "compositor-win32-x64-msvc", "core", "create-video", "discord-poster", "docusaurus-plugin", "docs", "enable-scss", "eslint-config", "eslint-plugin", "example-without-zod", "example", "fonts", "gif", "google-fonts", "install-whisper-cpp", "it-tests", "lambda-go-example", "lambda-go", "lambda-php", "lambda-python", "lambda", "layout-utils", "lottie", "media-utils", "motion-blur", "noise", "paths", "player-example", "player", "preload", "renderer", "rive", "shapes", "skia", "streaming", "serverless", "studio-server", "studio-shared", "studio", "tailwind", "test-utils", "three", "transitions", "media-parser", "zod-types", "webcodecs", "convert"];
export declare const packages: readonly ["ai-improvements", "animation-utils", "animated-emoji", "astro-example", "babel-loader", "bugs", "bundler", "cli-autocomplete", "cli", "cloudrun", "compositor-darwin-arm64", "compositor-darwin-x64", "compositor-linux-arm64-gnu", "compositor-linux-arm64-musl", "compositor-linux-x64-gnu", "compositor-linux-x64-musl", "compositor-win32-x64-msvc", "core", "create-video", "discord-poster", "docusaurus-plugin", "docs", "enable-scss", "eslint-config", "eslint-plugin", "example-without-zod", "example", "fonts", "gif", "google-fonts", "install-whisper-cpp", "it-tests", "lambda-go-example", "lambda-go", "lambda-php", "lambda-python", "lambda", "layout-utils", "lottie", "media-utils", "motion-blur", "noise", "paths", "player-example", "player", "preload", "renderer", "rive", "shapes", "skia", "streaming", "serverless", "studio-server", "studio-shared", "studio", "tailwind", "test-utils", "three", "transitions", "media-parser", "zod-types", "webcodecs", "convert", "captions"];
export type Pkgs = (typeof packages)[number];

@@ -3,0 +3,0 @@ export declare const descriptions: {

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

'convert',
'captions',
];

@@ -134,2 +135,3 @@ exports.descriptions = {

convert: 'Video conversion tool - convert.remotion.dev',
captions: 'Primitives for dealing with captions',
};

@@ -200,2 +202,3 @@ exports.apiDocs = {

convert: 'https://convert.remotion.dev',
captions: 'https://remotion.dev/docs/captions',
};

@@ -39,2 +39,3 @@ import type { AudioCodec, Codec, ColorSpace, LogLevel, OpenGlRenderer, PixelFormat, ProResProfile, StillImageFormat, VideoImageFormat, X264Preset } from '@remotion/renderer';

forSeamlessAacConcatenation: boolean;
metadata: Record<string, string> | null;
};

@@ -41,0 +42,0 @@ declare global {

@@ -131,2 +131,3 @@ import type { AudioCodec, Codec, ColorSpace, LogLevel, makeCancelSignal, PixelFormat, ProResProfile, StillImageFormat, StitchingState, VideoImageFormat, X264Preset } from '@remotion/renderer';

binariesDirectory: string | null;
metadata: Record<string, string> | null;
} & RenderJobDynamicFields;

@@ -133,0 +134,0 @@ export type RenderJobWithCleanup = RenderJob & {

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

"name": "@remotion/studio-shared",
"version": "4.0.215",
"version": "4.0.216",
"description": "Internal package for shared objects between the Studio backend and frontend",

@@ -18,6 +18,6 @@ "main": "dist",

"dependencies": {
"remotion": "4.0.215"
"remotion": "4.0.216"
},
"devDependencies": {
"@remotion/renderer": "4.0.215"
"@remotion/renderer": "4.0.216"
},

@@ -24,0 +24,0 @@ "publishConfig": {

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