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

svelte-preprocess-cssmodules

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-preprocess-cssmodules - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

CHANGELOG.md
# Svelte preprocess CSS Modules, changelog
# 1.0.1
- Fix style parsing on empty cssModules class
# 1.0.0

@@ -4,0 +7,0 @@ - Ability to use the same class on multiple elments

@@ -80,2 +80,7 @@ const path = require('path')

let code = content;
if (!moduleClasses.hasOwnProperty(filename)) {
return { code };
}
const classes = moduleClasses[filename];

@@ -82,0 +87,0 @@

2

package.json
{
"name": "svelte-preprocess-cssmodules",
"version": "1.0.0",
"version": "1.0.1",
"description": "Svelte preprocessor to generate CSS Modules classname on Svelte components",

@@ -5,0 +5,0 @@ "keywords": [

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