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

postcss-ordered-values

Package Overview
Dependencies
Maintainers
7
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-ordered-values - npm Package Compare versions

Comparing version 5.1.2 to 5.1.3

2

package.json
{
"name": "postcss-ordered-values",
"version": "5.1.2",
"version": "5.1.3",
"description": "Ensure values are ordered consistently in your CSS.",

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

@@ -66,2 +66,4 @@ 'use strict';

const variableFunctions = new Set(['var', 'env', 'constant']);
/**

@@ -76,3 +78,3 @@ * @param {valueParser.Node} node

return ['var', 'env', 'constant'].includes(node.value.toLowerCase());
return variableFunctions.has(node.value.toLowerCase());
}

@@ -79,0 +81,0 @@

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