New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lottiefiles/dotlottie-solid

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lottiefiles/dotlottie-solid - npm Package Compare versions

Comparing version 0.2.0-beta.3 to 0.2.0-beta.4

1

dist/index.d.ts

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

playOnHover: boolean;
stateMachineId?: string;
themeData?: string;

@@ -19,0 +20,0 @@ themeId?: string;

@@ -182,2 +182,10 @@ // src/dotlottie.tsx

}));
createEffect(on(() => config.stateMachineId, () => {
const dotLottieInstance = dotLottie();
if (!dotLottieInstance) return;
if (dotLottieInstance.isLoaded && dotLottieInstance.activeStateMachineId() !== config.stateMachineId) {
dotLottieInstance.stateMachineLoad(config.stateMachineId || "");
dotLottieInstance.stateMachineStart();
}
}));
createEffect(on(() => config.themeData, () => {

@@ -205,3 +213,3 @@ const dotLottieInstance = dotLottie();

var DotLottieSolid = (props) => {
const [dotLottieProps, restProps] = splitProps(props, ["src", "data", "mode", "loop", "speed", "marker", "segment", "themeId", "autoplay", "themeData", "playOnHover", "animationId", "renderConfig", "dotLottieRefCallback", "useFrameInterpolation"]);
const [dotLottieProps, restProps] = splitProps(props, ["src", "data", "mode", "loop", "speed", "marker", "segment", "themeId", "stateMachineId", "autoplay", "themeData", "playOnHover", "animationId", "renderConfig", "dotLottieRefCallback", "useFrameInterpolation"]);
const {

@@ -208,0 +216,0 @@ DotLottieComponent: DotLottieComponent2,

4

package.json
{
"name": "@lottiefiles/dotlottie-solid",
"version": "0.2.0-beta.3",
"version": "0.2.0-beta.4",
"type": "module",

@@ -37,3 +37,3 @@ "description": "Solid wrapper around the dotlottie-web library",

"dependencies": {
"@lottiefiles/dotlottie-web": "0.39.0-beta.3"
"@lottiefiles/dotlottie-web": "0.39.0-beta.4"
},

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

Sorry, the diff of this file is not supported yet

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