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

@dotlottie/react-player

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotlottie/react-player - npm Package Compare versions

Comparing version 0.0.1-beta.1 to 0.0.1-beta.2

dist/index.js

49

package.json
{
"name": "@dotlottie/react-player",
"version": "0.0.1-beta.1",
"version": "0.0.1-beta.2",
"type": "module",
"description": "",
"description": "dotlottie animation player react component.",
"repository": "https://github.com/dotlottie/player-component.git",
"homepage": "https://dotlottie.com/players",
"bugs": "https://github.com/dotlottie/player-component/issues",
"author": "Afsal <afsal@lottiefiles.com>",
"license": "MIT",
"module": "./dist/index.mjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",

@@ -13,14 +16,14 @@ "files": [

],
"keywords": [],
"dependencies": {
"@preact/signals-core": "^1.2.3",
"lottie-web": "^5.10.2",
"react": "^18.2.0",
"@dotlottie/common": "^0.0.0"
"keywords": [
"dotlottie",
"animation",
"react",
"component",
"player"
],
"peerDependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@lottiefiles/lottie-types": "^1.1.0",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.0",
"@lottiefiles/lottie-types": "^1.2.0",
"@types/react": "^18.0.31",

@@ -30,17 +33,19 @@ "@vitejs/plugin-react": "^3.1.0",

"cypress": "^12.11.0",
"lottie-web": "^5.10.2",
"postcss": "^8.4.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.20.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^5.3.0",
"tsup": "^6.1.3",
"typescript": "^4.7.4",
"vite": "^4.2.1"
"vite": "^4.2.1",
"@dotlottie/common": "^0.0.1-beta.0"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c --watch",
"build": "tsup",
"cypress:open": "cypress open --component",
"dev": "tsup --watch",
"lint": "eslint .",
"test": "cypress run --component",
"cypress:open": "cypress open --component",
"lint": "tsc --noEmit"
"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