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

@remotion/lottie

Package Overview
Dependencies
Maintainers
0
Versions
454
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remotion/lottie - npm Package Compare versions

Comparing version 4.0.177 to 4.0.178

20

package.json
{
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/lottie"
},
"name": "@remotion/lottie",
"version": "4.0.177",
"description": "Remotion Lottie",
"version": "4.0.178",
"description": "Include Lottie animations in Remotion",
"main": "dist/cjs/index.js",

@@ -9,5 +12,2 @@ "types": "dist/cjs/index.d.ts",

"sideEffects": false,
"repository": {
"url": "https://github.com/remotion-dev/remotion"
},
"bugs": {

@@ -23,3 +23,3 @@ "url": "https://github.com/remotion-dev/remotion/issues"

"dependencies": {
"remotion": "4.0.177"
"remotion": "4.0.178"
},

@@ -41,9 +41,2 @@ "peerDependencies": {

"devDependencies": {
"@jonny/eslint-config": "3.0.281",
"@types/node": "18.14.6",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"eslint": "8.56.0",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "3.2.4",
"react": "18.3.1",

@@ -63,2 +56,3 @@ "react-dom": "18.3.1"

},
"homepage": "https://www.remotion.dev/docs/lottie",
"scripts": {

@@ -65,0 +59,0 @@ "formatting": "prettier src --check",

@@ -1,3 +0,18 @@

This package offers a component for embedding [Lottie](https://airbnb.io/lottie) animations in a [Remotion](https://remotion.dev) video.
**Documentation: https://remotion.dev/lottie**
# @remotion/lottie
Include Lottie animations in Remotion
[![NPM Downloads](https://img.shields.io/npm/dm/@remotion/lottie.svg?style=flat&color=black&label=Downloads)](https://npmcharts.com/compare/@remotion/lottie?minimal=true)
## Installation
```bash
npm install @remotion/lottie --save-exact
```
When installing a Remotion package, make sure to align the version of all `remotion` and `@remotion/*` packages to the same version.
Remove the `^` character from the version number to use the exact version.
## Usage
See the [documentation](https://www.remotion.dev/docs/lottie) for more information.
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