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 1.8.0 to 1.8.1

4

CHANGELOG.md
# rollup-plugin-svelte changelog
## 1.8.1
* Handle components without `<style>` tags when concatenating CSS
## 1.8.0

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

2

dist/rollup-plugin-svelte.cjs.js

@@ -90,3 +90,3 @@ 'use strict';

for ( let chunk of cssLookup.values() ) {
result += chunk;
result += chunk || '';
}

@@ -93,0 +93,0 @@

@@ -88,3 +88,3 @@ import { basename, extname } from 'path';

for ( let chunk of cssLookup.values() ) {
result += chunk;
result += chunk || '';
}

@@ -91,0 +91,0 @@

{
"name": "rollup-plugin-svelte",
"version": "1.8.0",
"version": "1.8.1",
"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