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

create-video

Package Overview
Dependencies
Maintainers
1
Versions
1031
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 1.0.0-y.109 to 1.0.0

11

_template/package.json

@@ -8,2 +8,3 @@ {

"build": "remotion render src/index.tsx HelloWorld out.mp4",
"upgrade": "remotion upgrade",
"server": "ts-node server.tsx",

@@ -15,6 +16,6 @@ "test": "eslint 'src' --ext ts,tsx && tsc"

"dependencies": {
"@remotion/bundler": "^1.0.0-y.105",
"@remotion/cli": "^1.0.0-y.105",
"@remotion/eslint-config": "^1.0.0-y.105",
"@remotion/renderer": "^1.0.0-y.105",
"@remotion/bundler": "^1.0.0",
"@remotion/cli": "^1.0.0",
"@remotion/eslint-config": "^1.0.0",
"@remotion/renderer": "^1.0.0",
"@types/express": "^4.17.9",

@@ -27,3 +28,3 @@ "@types/react": "^17.0.0",

"react": "^17.0.1",
"remotion": "^1.0.0-y.105",
"remotion": "^1.0.0",
"ts-node": "^9.1.1",

@@ -30,0 +31,0 @@ "typescript": "^4.1.3"

@@ -1,8 +0,49 @@

## React Motion Graphics
# Remotion video
Get started:
<p align="center">
<a href="https://github.com/JonnyBurger/remotion-logo">
<img src="https://github.com/JonnyBurger/remotion-logo/raw/main/withtitle/element-0.png">
</a>
</p>
```sh
npm i
npm run dev
Welcome to your Remotion project!
## Commands
**Start Preview**
```console
npm start
```
**Render video**
```console
npm run build
```
**Server render demo**
```console
npm run server
```
See [docs for server-side rendering](https://www.remotion.dev/docs/ssr) here.
**Upgrade Remotion**
```console
npm run upgrade
```
## Docs
Get started with Remotion by reading the [fundamentals page](https://www.remotion.dev/docs/the-fundamentals).
## Issues
Found an issue with Remotion? [File an issue here](https://github.com/JonnyBurger/remotion/issues/new).
## License
Notice that a company license is needed. Read [the terms here](https://github.com/JonnyBurger/remotion/blob/main/LICENSE.md).
{
"name": "create-video",
"version": "1.0.0-y.109",
"version": "1.0.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "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