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.2.5-beta.0 to 0.2.5-beta.1

20

package.json
{
"name": "@lottiefiles/dotlottie-react",
"version": "0.2.5-beta.0",
"version": "0.2.5-beta.1",
"type": "module",

@@ -38,2 +38,10 @@ "description": "React wrapper around the dotlottie-web library",

],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint --fix .",
"stats:eslint": "cross-env TIMING=1 eslint .",
"stats:ts": "tsc -p tsconfig.build.json --extendedDiagnostics",
"type-check": "tsc --noEmit"
},
"peerDependencies": {

@@ -44,3 +52,3 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",

"dependencies": {
"@lottiefiles/dotlottie-web": "0.13.0"
"@lottiefiles/dotlottie-web": "workspace:*"
},

@@ -58,11 +66,3 @@ "devDependencies": {

"access": "public"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint --fix .",
"stats:eslint": "cross-env TIMING=1 eslint .",
"stats:ts": "tsc -p tsconfig.build.json --extendedDiagnostics",
"type-check": "tsc --noEmit"
}
}
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