Socket
Socket
Sign inDemoInstall

postcss-modules-local-by-default

Package Overview
Dependencies
Maintainers
3
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-modules-local-by-default - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

9

index.js

@@ -157,2 +157,11 @@ var postcss = require('postcss');

break;
case 'nested-item':
var newNodes = node.nodes.map(function(n) {
return localizeDeclValue(n, context);
});
node = Object.create(node);
node.nodes = newNodes;
break;
case 'url':

@@ -159,0 +168,0 @@ if(context.options && context.options.rewriteUrl) {

2

package.json
{
"name": "postcss-modules-local-by-default",
"version": "1.0.0",
"version": "1.0.1",
"description": "A CSS Modules transform to make local scope the default",

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