easy-confetti
Advanced tools
Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2
{ | ||
"name": "easy-confetti", | ||
"version": "0.0.1-alpha.1", | ||
"version": "0.0.1-alpha.2", | ||
"description": "EasyConfetti is designed to create confetti animations and provides flexible, customisable confetti animations that can be easily integrated into a web page to create visual effects.", | ||
@@ -16,24 +16,34 @@ "author": "ux-ui.pro", | ||
"sideEffects": false, | ||
"main": "dist/easy-confetti.js", | ||
"module": "dist/easy-confetti.module.js", | ||
"browserslist": "> 0.5%, last 2 versions, not dead", | ||
"scripts": { | ||
"clean": "rm -rf dist .parcel-cache", | ||
"build": "yarn clean && parcel build", | ||
"lint:js": "eslint **/*.{ts,js}", | ||
"lintfix": "yarn lint:js --fix" | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/index.module.js", | ||
"types": "dist/index.d.ts", | ||
"targets": { | ||
"main": { | ||
"source": "src/EasyConfetti.js" | ||
"source": "src/EasyConfetti.ts" | ||
}, | ||
"module": { | ||
"source": "src/EasyConfetti.js" | ||
"source": "src/EasyConfetti.ts" | ||
}, | ||
"types": { | ||
"source": "src/EasyConfetti.ts" | ||
} | ||
}, | ||
"browserslist": "> 0.5%, last 2 versions, not dead", | ||
"scripts": { | ||
"clean": "rm -rf dist .parcel-cache", | ||
"build": "yarn clean && parcel build", | ||
"lint:js": "eslint --ext .js", | ||
"lintfix": "yarn lint:js --fix" | ||
}, | ||
"devDependencies": { | ||
"@parcel/packager-ts": "2.12.0", | ||
"@parcel/transformer-sass": "2.12.0", | ||
"@parcel/transformer-typescript-types": "2.12.0", | ||
"@typescript-eslint/eslint-plugin": "^7.11.0", | ||
"@typescript-eslint/parser": "^7.11.0", | ||
"eslint": "^7.32.0 || ^8.57.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"parcel": "^2.12.0" | ||
"parcel": "^2.12.0", | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -40,0 +50,0 @@ "keywords": [ |
@@ -40,2 +40,3 @@ <br> | ||
Initialization with specified parameters | ||
<br> | ||
@@ -71,2 +72,3 @@ ```javascript | ||
Triggering the animation multiple times with a specified interval | ||
<br> | ||
@@ -73,0 +75,0 @@ ```javascript |
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
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
65465
15
627
101
10
1