Socket
Socket
Sign inDemoInstall

postcss-modules-values

Package Overview
Dependencies
5
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-rc.5 to 4.0.0

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [4.0.0](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.5...v4.0.0) - 2020-13-08
### Fixes
- compatibility with other plugins
## [4.0.0-rc.5](https://github.com/postcss-modules-local-by-default/compare/v4.0.0-rc.4...v4.0.0-rc.5) - 2020-11-08

@@ -8,0 +14,0 @@

4

package.json
{
"name": "postcss-modules-values",
"version": "4.0.0-rc.5",
"version": "4.0.0",
"description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",

@@ -49,3 +49,3 @@ "main": "src/index.js",

"dependencies": {
"icss-utils": "^5.0.0-rc.0"
"icss-utils": "^5.0.0"
},

@@ -52,0 +52,0 @@ "peerDependencies": {

@@ -23,3 +23,3 @@ "use strict";

return {
OnceExit(root, postcss) {
Once(root, postcss) {
root.walkAtRules(/value/i, (atRule) => {

@@ -26,0 +26,0 @@ const matches = atRule.params.match(matchImports);

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc