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 5.0.0 to 5.0.1

4

CHANGELOG.md
# rollup-plugin-svelte changelog
## 5.0.1
* Use `this.addWatchFile` if present ([#46](https://github.com/rollup/rollup-plugin-svelte/pull/46))
## 5.0.0

@@ -4,0 +8,0 @@ *2018-12-16*

@@ -248,3 +248,7 @@ const fs = require('fs');

compiled.js.dependencies = dependencies;
if (this.addWatchFile) {
dependencies.forEach(dependency => this.addWatchFile(dependency));
} else {
compiled.js.dependencies = dependencies;
}

@@ -251,0 +255,0 @@ return compiled.js;

2

package.json
{
"name": "rollup-plugin-svelte",
"version": "5.0.0",
"version": "5.0.1",
"description": "Compile Svelte components with Rollup",

@@ -5,0 +5,0 @@ "main": "index.js",

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