rollup-plugin-svelte
Advanced tools
Comparing version 4.3.2 to 4.4.0
# rollup-plugin-svelte changelog | ||
## 4.4.0 | ||
* Support Svelte 3 alpha | ||
* Internal reorganisation | ||
## 4.3.2 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "rollup-plugin-svelte", | ||
"version": "4.3.2", | ||
"version": "4.4.0", | ||
"description": "Compile Svelte components with Rollup", | ||
"main": "dist/rollup-plugin-svelte.cjs.js", | ||
"module": "dist/rollup-plugin-svelte.es.js", | ||
"jsnext:main": "dist/rollup-plugin-svelte.es.js", | ||
"main": "index.js", | ||
"files": [ | ||
"dist", | ||
"index.js", | ||
"README.md", | ||
@@ -15,7 +13,4 @@ "LICENSE" | ||
"test": "mocha", | ||
"pretest": "npm run build", | ||
"prepublishOnly": "npm run lint && npm run build", | ||
"build": "rollup -c", | ||
"dev": "rollup -c -w", | ||
"lint": "eslint src" | ||
"lint": "eslint index.js", | ||
"prepublishOnly": "npm run lint && npm test" | ||
}, | ||
@@ -37,7 +32,6 @@ "repository": "rollup/rollup-plugin-svelte", | ||
"mocha": "^5.2.0", | ||
"rollup": "^0.62.0", | ||
"rollup-watch": "^4.3.1", | ||
"rollup": "^0.67.3", | ||
"sander": "^0.6.0", | ||
"source-map": "^0.6.1", | ||
"svelte": "^2.9.1" | ||
"svelte": "^3.0.0-alpha1" | ||
}, | ||
@@ -44,0 +38,0 @@ "dependencies": { |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
7
4
14880
5
224
1