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

vue3-lottie

Package Overview
Dependencies
Maintainers
0
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-lottie - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

4

dist/src/vue3-lottie.d.ts

@@ -89,3 +89,3 @@ import { PropType } from 'vue';

goToAndPlay: (frame: number, isFrame?: boolean) => void;
playSegments: (segments: AnimationSegment[], forceFlag?: boolean) => void;
playSegments: (segments: AnimationSegment | AnimationSegment[], forceFlag?: boolean) => void;
setSubFrame: (useSubFrame?: boolean) => void;

@@ -100,3 +100,3 @@ getDuration: (inFrames?: boolean) => number | undefined;

onAnimationLoaded: null;
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
animationData: {

@@ -103,0 +103,0 @@ type: PropType<any>;

{
"name": "vue3-lottie",
"version": "3.3.0",
"version": "3.3.1",
"license": "MIT",

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

"devDependencies": {
"@babel/types": "7.23.6",
"@babel/types": "7.25.0",
"@types/lodash-es": "4.17.12",
"@types/node": "20.10.4",
"@types/node": "20.14.15",
"@vitejs/plugin-vue": "2.3.4",
"@vue/compiler-sfc": "^3.3.4",
"typescript": "5.0.4",
"vite": "2.9.17",
"vite": "2.9.18",
"vite-plugin-css-injected-by-js": "^3.1.1",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-vue-type-imports": "^0.2.4",
"vue": "3.3.8",
"vue": "3.4.38",
"vue-tsc": "0.40.13",

@@ -50,0 +50,0 @@ "vue-typegen": "0.2.0"

@@ -261,3 +261,4 @@ # Vue 3 Lottie

- [@Mini-ghost](https://github.com/Mini-ghost) - PR[#527](https://github.com/megasanjay/vue3-lottie/pull/527) - Fix lottie renders in `suspense` components
- [@brandondv](https://github.com/brandondv) - PR[#560](https://github.com/megasanjay/vue3-lottie/pull/560) - Updating typing of `playSegments` method
![forthebadge](https://forthebadge.shorty.systems/images/badges/made-with-vue.svg) ![forthebadge](https://forthebadge.shorty.systems/images/badges/built-with-love.svg)
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