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

postcss-modules-values-replace

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-modules-values-replace - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

3

index.js

@@ -160,2 +160,5 @@ const postcss = require('postcss');

node.value = replaceValueSymbols(node.value, definitions);
} else if (node.type === 'atrule' && node.name === 'media') {
// eslint-disable-next-line no-param-reassign
node.params = replaceValueSymbols(node.params, definitions);
}

@@ -162,0 +165,0 @@ });

2

package.json
{
"name": "postcss-modules-values-replace",
"version": "3.0.0",
"version": "3.0.1",
"description": "PostCSS plugin to work around CSS Modules values limitations",

@@ -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