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

rollup-plugin-svelte

Package Overview
Dependencies
Maintainers
1
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 2.0.1 to 2.0.2

4

CHANGELOG.md
# rollup-plugin-svelte changelog
## 2.0.2
* Only include `code` and `map` in object passed to Rollup
## 2.0.1

@@ -4,0 +8,0 @@

5

dist/rollup-plugin-svelte.cjs.js

@@ -151,3 +151,6 @@ 'use strict';

return compiled;
return {
code: compiled.code,
map: compiled.map
};
},

@@ -154,0 +157,0 @@

@@ -147,3 +147,6 @@ import fs from 'fs';

return compiled;
return {
code: compiled.code,
map: compiled.map
};
},

@@ -150,0 +153,0 @@

{
"name": "rollup-plugin-svelte",
"version": "2.0.1",
"version": "2.0.2",
"description": "Compile Svelte components with Rollup",

@@ -5,0 +5,0 @@ "main": "dist/rollup-plugin-svelte.cjs.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