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.227 to 4.0.228

2

dist/api-requests.d.ts
import type { AudioCodec, Codec, ColorSpace, LogLevel, PixelFormat, ProResProfile, StillImageFormat, VideoImageFormat, X264Preset } from '@remotion/renderer';
import type { HardwareAccelerationOption } from '@remotion/renderer/client';
import type { RecastCodemod } from './codemods';

@@ -65,2 +66,3 @@ import type { InstallablePackage } from './installable-packages';

separateAudioTo: string | null;
hardwareAcceleration: HardwareAccelerationOption;
};

@@ -67,0 +69,0 @@ export type CancelRenderRequest = {

import type { AudioCodec, Codec, ColorSpace, LogLevel, OpenGlRenderer, PixelFormat, ProResProfile, StillImageFormat, VideoImageFormat, X264Preset } from '@remotion/renderer';
import type { HardwareAccelerationOption } from '@remotion/renderer/client';
import type { GitSource } from './git-source';

@@ -40,2 +41,3 @@ import type { InstallablePackage } from './installable-packages';

metadata: Record<string, string> | null;
hardwareAcceleration: HardwareAccelerationOption;
};

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

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

separateAudioTo: string | null;
hardwareAcceleration: HardwareAccelerationOption;
} & RenderJobDynamicStatus);
import type { ChromiumOptions, OpenGlRenderer } from '@remotion/renderer';
import type { HardwareAccelerationOption } from '@remotion/renderer/client';
export type RequiredChromiumOptions = Required<ChromiumOptions>;

@@ -115,0 +117,0 @@ export type UiOpenGlOptions = OpenGlRenderer | 'default';

8

package.json

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

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

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

"dependencies": {
"remotion": "4.0.227"
"remotion": "4.0.228"
},
"devDependencies": {
"eslint": "9.14.0",
"@remotion/renderer": "4.0.227",
"@remotion/eslint-config-internal": "4.0.227"
"@remotion/eslint-config-internal": "4.0.228",
"@remotion/renderer": "4.0.228"
},

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

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