Socket
Socket
Sign inDemoInstall

vue3-lottie

Package Overview
Dependencies
2
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1-beta to 1.4.2-beta

2

package.json
{
"name": "vue3-lottie",
"version": "1.4.1-beta",
"version": "1.4.2-beta",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Sanjay Soundarajan <info@sanjaysoundarajan.dev> (https://sanjaysoundarajan.dev)",

declare module '*.vue' {
import type { ref, onMounted, computed, watch } from 'vue'
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
declare module 'vue3-lottie' {
interface LottieProps {
animationData?: any
animationLink?: string
loop?: boolean | number
autoPlay?: boolean
rendererSettings?: any
width?: number | string
height?: number | string
speed?: number
delay?: number
direction?: string
pauseOnHover?: boolean
playOnHover?: boolean
backgroundColor?: string
pauseAnimation?: boolean
}
}

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc