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

create-video

Package Overview
Dependencies
Maintainers
0
Versions
1010
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 4.0.214 to 4.0.215

2

dist/ask-tailwind.js

@@ -9,3 +9,3 @@ "use strict";

const askTailwind = async () => {
const answer = await (0, prompts_1.default)({
const { answer } = await (0, prompts_1.default)({
type: 'toggle',

@@ -12,0 +12,0 @@ name: 'answer',

@@ -14,7 +14,7 @@ import chalk from 'chalk';

};
verbose: (message?: any, ...optionalParams: any[]) => void;
info: (message?: any, ...optionalParams: any[]) => void;
warn: (message?: any, ...optionalParams: any[]) => void;
error: (message?: any, ...optionalParams: any[]) => void;
verbose: (...args: Parameters<typeof console.log>) => void;
info: (...args: Parameters<typeof console.log>) => void;
warn: (...args: Parameters<typeof console.log>) => void;
error: (...args: Parameters<typeof console.log>) => void;
newLine: () => void;
};

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

"name": "create-video",
"version": "4.0.214",
"version": "4.0.215",
"description": "Create a new Remotion project",

@@ -9,0 +9,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