@dotlottie/react-player
Advanced tools
Comparing version 0.0.1-beta.1 to 0.0.1-beta.2
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1775271
1
13
0
1
1524
8
- Removed@dotlottie/common@^0.0.0
- Removed@preact/signals-core@^1.2.3
- Removedlottie-web@^5.10.2
- Removedreact@^18.2.0
- Removed@preact/signals-core@1.8.0(transitive)
- Removedlottie-web@5.12.2(transitive)