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

@lottiefiles/dotlottie-react

Package Overview
Dependencies
Maintainers
4
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lottiefiles/dotlottie-react - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

dist/dotlottie.d.ts

@@ -12,4 +12,4 @@ import { Config, DotLottie } from '@lottiefiles/dotlottie-web';

};
declare const DotLottieReact: ({ autoplay, backgroundColor, data, dotLottieRefCallback, loop, mode, renderConfig, segments, speed, src, ...props }: DotLottieComponentProps) => JSX.Element;
declare const DotLottieReact: ({ autoplay, backgroundColor, data, dotLottieRefCallback, loop, mode, renderConfig, segments, speed, src, useFrameInterpolation, ...props }: DotLottieComponentProps) => JSX.Element;
export { type DotLottieComponentProps, DotLottieReact };

@@ -15,2 +15,3 @@ import React from 'react';

src,
useFrameInterpolation,
...props

@@ -27,3 +28,4 @@ }) => {

renderConfig,
backgroundColor
backgroundColor,
useFrameInterpolation
});

@@ -30,0 +32,0 @@ React.useEffect(() => {

{
"name": "@lottiefiles/dotlottie-react",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",

@@ -42,3 +42,3 @@ "description": "React wrapper around the dotlottie-web library",

"dependencies": {
"@lottiefiles/dotlottie-web": "0.10.0"
"@lottiefiles/dotlottie-web": "0.11.0"
},

@@ -45,0 +45,0 @@ "devDependencies": {

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