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
1012
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.183 to 4.0.184

dist/hyperlinks/is-supported.d.ts

1

dist/init.js

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

#! /usr/bin/env node
"use strict";

@@ -2,0 +3,0 @@ var __importDefault = (this && this.__importDefault) || function (mod) {

8

dist/select-template.js

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

const minimist_1 = __importDefault(require("minimist"));
const make_link_1 = require("./hyperlinks/make-link");
const prompts_1 = __importStar(require("./prompts"));

@@ -61,4 +62,7 @@ const strip_ansi_1 = require("./strip-ansi");

value: template,
title: chalk_1.default.bold(padEnd(template.shortName, descriptionColumn)) +
template.description.trim(),
title: chalk_1.default.bold(padEnd((0, make_link_1.makeHyperlink)({
text: template.shortName,
url: `https://remotion.dev/templates/${template.cliId}`,
fallback: template.shortName,
}), descriptionColumn)) + template.description.trim(),
};

@@ -65,0 +69,0 @@ }),

@@ -24,3 +24,3 @@ import React from 'react';

longerDescription: React.ReactNode;
cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'next-tailwind' | 'next-pages-dir' | 'remix' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'skia' | 'tailwind' | 'overlay' | 'stargazer' | 'tiktok';
cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'next-tailwind' | 'next-pages-dir' | 'remix' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'skia' | 'tailwind' | 'overlay' | 'stargazer' | 'tiktok' | 'code-hike';
defaultBranch: string;

@@ -27,0 +27,0 @@ featuredOnHomePage: string | null;

@@ -272,2 +272,20 @@ "use strict";

{
homePageLabel: 'Code Hike',
shortName: 'Code Hike',
org: 'remotion-dev',
repoName: 'template-code-hike',
description: 'Beautiful code animations',
longerDescription: ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: ["Add code snippets and animate between them using", ' ', (0, jsx_runtime_1.jsx)("a", { href: "https://codehike.org/", children: "Code Hike" }), ". Supports many languages, TypeScript error annotations, and many themes."] })),
promoVideo: {
muxId: 'fKwnpTAOqvnZpu00fwEezi00cpF3927NumGcS1gGdUj8A',
width: 1080,
height: 1080,
},
cliId: 'code-hike',
type: 'video',
defaultBranch: 'main',
featuredOnHomePage: null,
previewURL: 'https://template-code-hike.vercel.app/',
},
{
homePageLabel: 'Stargazer',

@@ -274,0 +292,0 @@ shortName: 'Stargazer',

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

"name": "create-video",
"version": "4.0.183",
"version": "4.0.184",
"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