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

@remotion/studio-shared

Package Overview
Dependencies
Maintainers
0
Versions
165
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.216 to 4.0.217

2

dist/installable-packages.d.ts

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

export declare const listOfInstallableRemotionPackages: readonly ["@remotion/animated-emoji", "@remotion/animation-utils", "@remotion/cloudrun", "@remotion/enable-scss", "@remotion/gif", "@remotion/google-fonts", "@remotion/lambda", "@remotion/layout-utils", "@remotion/lottie", "@remotion/media-parser", "@remotion/media-utils", "@remotion/motion-blur", "@remotion/noise", "@remotion/paths", "@remotion/rive", "@remotion/shapes", "@remotion/skia", "@remotion/studio", "@remotion/tailwind", "@remotion/three", "@remotion/transitions", "@remotion/zod-types"];
export declare const listOfInstallableRemotionPackages: readonly ["@remotion/animated-emoji", "@remotion/animation-utils", "@remotion/cloudrun", "@remotion/captions", "@remotion/enable-scss", "@remotion/gif", "@remotion/google-fonts", "@remotion/lambda", "@remotion/layout-utils", "@remotion/lottie", "@remotion/media-parser", "@remotion/media-utils", "@remotion/motion-blur", "@remotion/noise", "@remotion/paths", "@remotion/rive", "@remotion/shapes", "@remotion/skia", "@remotion/studio", "@remotion/tailwind", "@remotion/three", "@remotion/transitions", "@remotion/zod-types", "@remotion/openai-whisper"];
export type InstallablePackage = (typeof listOfInstallableRemotionPackages)[number];
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.listOfInstallableRemotionPackages = void 0;
// Keep in sync with cli
exports.listOfInstallableRemotionPackages = [

@@ -9,2 +8,3 @@ '@remotion/animated-emoji',

'@remotion/cloudrun',
'@remotion/captions',
'@remotion/enable-scss',

@@ -29,2 +29,3 @@ '@remotion/gif',

'@remotion/zod-types',
'@remotion/openai-whisper',
];

@@ -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", "captions"];
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", "openai-whisper"];
export type Pkgs = (typeof packages)[number];

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

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

'captions',
'openai-whisper',
];

@@ -136,2 +137,3 @@ exports.descriptions = {

captions: 'Primitives for dealing with captions',
'openai-whisper': 'Work with the output of the OpenAI Whisper API',
};

@@ -203,2 +205,3 @@ exports.apiDocs = {

captions: 'https://remotion.dev/docs/captions',
'openai-whisper': 'https://www.remotion.dev/docs/openai-whisper',
};

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

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

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

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

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