Socket
Socket
Sign inDemoInstall

postcss-modules-local-by-default

Package Overview
Dependencies
2
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.11 to 0.0.12

0

CHANGELOG.md

@@ -0,0 +0,0 @@ # Change Log

3

index.js

@@ -192,2 +192,5 @@ var postcss = require('postcss');

module.exports = postcss.plugin('postcss-modules-local-by-default', function (options) {
if (typeof options !== 'object') {
options = {}; // If options is undefined or not an object the plugin fails
}
if(options && options.mode) {

@@ -194,0 +197,0 @@ if(options.mode !== "global" && options.mode !== "local" && options.mode !== "pure") {

2

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

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

@@ -0,0 +0,0 @@ [![Build Status][ci-img]][ci] [![codecov][codecov-img]][codecov] [![npm][npm-img]][npm]

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc