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

postcss-modules

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-modules - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

4

build/behaviours.js

@@ -34,3 +34,5 @@ 'use strict';

function isValidBehaviour(behaviour) {
return Object.values(behaviours).includes(behaviour);
return Object.keys(behaviours).map(function (key) {
return behaviours[key];
}).indexOf(behaviour) > -1;
}

@@ -0,1 +1,4 @@

## 0.6.3
* Fixed regression in `isValidBehaviour` function (https://github.com/css-modules/postcss-modules/issues/53)
## 0.6.2

@@ -2,0 +5,0 @@ * Refactored `getDefaultPluginsList` function

{
"name": "postcss-modules",
"version": "0.6.2",
"version": "0.6.3",
"description": "PostCSS plugin to use CSS Modules everywhere",

@@ -5,0 +5,0 @@ "main": "build/index.js",

Sorry, the diff of this file is not supported yet

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