js-confetti
Advanced tools
Comparing version 0.0.14 to 0.0.15
{ | ||
"name": "js-confetti", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"license": "MIT", | ||
"description": "js-confetti", | ||
"main": "dist/index.js", | ||
"main": "dist/js-confetti.min.js", | ||
"module": "dist/es/index.js", | ||
"repository": { | ||
@@ -18,3 +19,3 @@ "type": "git", | ||
"dev": "NODE_ENV=development webpack serve --config webpack.config.example.ts", | ||
"build": "NODE_ENV=production webpack --config webpack.config.ts", | ||
"build": "rollup -c", | ||
"build-example": "NODE_ENV=production webpack --config webpack.config.example.ts", | ||
@@ -27,2 +28,3 @@ "lint": "eslint src --ext .ts" | ||
"@babel/preset-typescript": "^7.12.7", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@types/copy-webpack-plugin": "^6.4.0", | ||
@@ -42,2 +44,5 @@ "@types/html-webpack-plugin": "^3.2.4", | ||
"html-webpack-plugin": "5.0.0-alpha.4", | ||
"rollup": "^2.40.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"ts-loader": "^8.0.11", | ||
@@ -44,0 +49,0 @@ "ts-node": "^9.1.1", |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
14539
4
218
27