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

easy-confetti

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-confetti - npm Package Compare versions

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

.eslintignore

38

package.json
{
"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

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