You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

create-video

Package Overview
Dependencies
Maintainers
0
Versions
1048
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-video - npm Package Compare versions

Comparing version

to
4.0.213

2

dist/log.d.ts

@@ -9,3 +9,3 @@ import chalk from 'chalk';

BackgroundColor: "bgBlack" | "bgRed" | "bgGreen" | "bgYellow" | "bgBlue" | "bgMagenta" | "bgCyan" | "bgWhite" | "bgGray" | "bgGrey" | "bgBlackBright" | "bgRedBright" | "bgGreenBright" | "bgYellowBright" | "bgBlueBright" | "bgMagentaBright" | "bgCyanBright" | "bgWhiteBright";
Modifiers: "bold" | "reset" | "dim" | "italic" | "underline" | "inverse" | "hidden" | "strikethrough" | "visible";
Modifiers: "reset" | "bold" | "dim" | "italic" | "underline" | "inverse" | "hidden" | "strikethrough" | "visible";
stderr: chalk.Chalk & {

@@ -12,0 +12,0 @@ supportsColor: false | chalk.ColorSupport;

@@ -1,1 +0,4 @@

export declare const resolveProjectRoot: () => Promise<[string, string]>;
export declare const resolveProjectRoot: () => Promise<[
string,
string
]>;

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

"name": "create-video",
"version": "4.0.212",
"version": "4.0.213",
"description": "Create a new Remotion project",

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