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

@lottiefiles/dotlottie-wc

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lottiefiles/dotlottie-wc - npm Package Compare versions

Comparing version 0.0.12 to 0.1.0

dist/chunk-IA7LCHOD.js

2

dist/dotlottie-wc.d.ts

@@ -11,3 +11,3 @@ import * as lit from 'lit';

speed: Config['speed'];
segments: Config['segments'];
segment: Config['segment'];
mode: Config['mode'];

@@ -14,0 +14,0 @@ backgroundColor: Config['backgroundColor'];

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

export { a as DotLottieWC } from './chunk-632IVVA5.js';
export { a as DotLottieWC } from './chunk-IA7LCHOD.js';
//# sourceMappingURL=out.js.map
//# sourceMappingURL=dotlottie-wc.js.map

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

export { a as DotLottieWC } from './chunk-632IVVA5.js';
export { a as DotLottieWC } from './chunk-IA7LCHOD.js';
//# sourceMappingURL=out.js.map
//# sourceMappingURL=index.js.map
{
"name": "@lottiefiles/dotlottie-wc",
"version": "0.0.12",
"version": "0.1.0",
"type": "module",

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

"lit": "^3.1.0",
"@lottiefiles/dotlottie-web": "0.16.0"
"@lottiefiles/dotlottie-web": "0.17.0"
},

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

@@ -94,3 +94,3 @@ # @lottiefiles/dotlottie-wc

| `data` | string | Animation data as a string or ArrayBuffer for .lottie animations. |
| `segments` | Array | Animation segments as an array of two numbers (start frame and end frame). |
| `segment` | Array | Animation segment as an array of two numbers (start frame and end frame). |
| `mode` | string | Animation play mode (e.g., "forward", "bounce"). |

@@ -97,0 +97,0 @@ | `backgroundColor` | string | Background color of the canvas. Accepts 6-digit or 8-digit hex color string (e.g., "#000000FF"). |

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