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

@remotion/lottie

Package Overview
Dependencies
Maintainers
1
Versions
487
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

to
3.3.9

1

dist/Lottie.d.ts

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

/// <reference types="react" />
import type { LottieProps } from './types';
export declare const Lottie: ({ animationData, className, direction, loop, playbackRate, style, onAnimationLoaded, }: LottieProps) => JSX.Element;

6

package.json
{
"name": "@remotion/lottie",
"version": "3.3.8",
"version": "3.3.9",
"description": "Remotion Lottie",

@@ -30,3 +30,3 @@ "main": "dist/index.js",

"dependencies": {
"remotion": "3.3.8"
"remotion": "3.3.9"
},

@@ -62,3 +62,3 @@ "peerDependencies": {

},
"gitHead": "4d4c78cf83b5fd085f24d5fd19f4507815e200a7"
"gitHead": "86269c98522cb7ea280f8283fa6c57885b971b3b"
}