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.224 to 4.0.225

LICENSE.md

70

package.json
{
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/create-video"
},
"name": "create-video",
"version": "4.0.224",
"description": "Create a new Remotion project",
"main": "dist/index.js",
"bin": {
"create-video": "bin.js"
},
"files": [
"dist"
],
"scripts": {
"formatting": "prettier src --check",
"lint": "eslint src --ext ts,tsx",
"test": "bun test src"
},
"author": "Jonny Burger <jonny@remotion.dev>",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"chalk": "4.1.2",
"execa": "5.1.1",
"minimist": "1.2.6",
"prompts": "2.4.2",
"tar": "6.2.1"
},
"devDependencies": {
"@types/minimist": "1.2.2",
"@types/prompts": "^2.0.12",
"@types/tar": "6.1.1",
"react": "18.3.1"
},
"homepage": "https://remotion.dev/templates"
}
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/create-video"
},
"name": "create-video",
"version": "4.0.225",
"description": "Create a new Remotion project",
"main": "dist/index.js",
"bin": {
"create-video": "bin.js"
},
"files": [
"dist"
],
"author": "Jonny Burger <jonny@remotion.dev>",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"chalk": "4.1.2",
"execa": "5.1.1",
"minimist": "1.2.6",
"prompts": "2.4.2",
"tar": "6.2.1"
},
"devDependencies": {
"@types/minimist": "1.2.2",
"@types/prompts": "^2.0.12",
"@types/tar": "6.1.1",
"react": "18.3.1"
},
"homepage": "https://remotion.dev/templates",
"scripts": {
"formatting": "prettier src --check",
"lint": "eslint src --ext ts,tsx",
"test": "bun test src"
}
}
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