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

rollup-plugin-svelte

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-svelte - npm Package Compare versions

Comparing version 4.3.2 to 4.4.0

index.js

5

CHANGELOG.md
# rollup-plugin-svelte changelog
## 4.4.0
* Support Svelte 3 alpha
* Internal reorganisation
## 4.3.2

@@ -4,0 +9,0 @@

20

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

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