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.6.3 to 0.6.4

8

dist/index.d.ts

@@ -5,6 +5,2 @@ import { Config, DotLottie } from '@lottiefiles/dotlottie-web';

/**
* Copyright 2023 Design Barn Inc.
*/
type DotLottieReactProps = Omit<Config, 'canvas'> & ComponentProps<'canvas'> & {

@@ -17,6 +13,2 @@ autoResizeCanvas?: boolean;

/**
* Copyright 2023 Design Barn Inc.
*/
type DotLottieConfig = Omit<Config, 'canvas'> & {

@@ -23,0 +15,0 @@ autoResizeCanvas?: boolean;

4

package.json
{
"name": "@lottiefiles/dotlottie-react",
"version": "0.6.3",
"version": "0.6.4",
"type": "module",

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

"debounce": "^2.0.0",
"@lottiefiles/dotlottie-web": "0.23.2"
"@lottiefiles/dotlottie-web": "0.24.0"
},

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

Sorry, the diff of this file is too big to display

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