🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

postcss-ordered-values

Package Overview
Dependencies
Maintainers
1
Versions
55
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

to
2.0.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 2.0.1
* Bump postcss-value-parser to `2.0.2`.
# 2.0.0

@@ -2,0 +6,0 @@

4

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

@@ -35,4 +35,4 @@ "main": "dist/index.js",

"postcss": "^5.0.4",
"postcss-value-parser": "^1.4.2"
"postcss-value-parser": "^2.0.2"
}
}