🚀 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
7
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
5.0.1

8

CHANGELOG.md

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

## [5.0.1](https://github.com/cssnano/cssnano/compare/postcss-ordered-values@5.0.0...postcss-ordered-values@5.0.1) (2021-05-19)
**Note:** Version bump only for package postcss-ordered-values
# [5.0.0](https://github.com/cssnano/cssnano/compare/postcss-ordered-values@5.0.0-rc.2...postcss-ordered-values@5.0.0) (2021-04-06)

@@ -8,0 +16,0 @@

12

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

@@ -12,3 +12,3 @@ "main": "dist/index.js",

"prebuild": "del-cli dist",
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\" && node script/buildListStyleType.js",
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\" && node script/buildListStyleType.js",
"prepublish": "yarn build"

@@ -30,3 +30,3 @@ },

"dependencies": {
"cssnano-utils": "^2.0.0",
"cssnano-utils": "^2.0.1",
"postcss-value-parser": "^4.1.0"

@@ -42,8 +42,8 @@ },

"node-fetch": "^2.6.0",
"postcss": "^8.2.1"
"postcss": "^8.2.15"
},
"peerDependencies": {
"postcss": "^8.2.1"
"postcss": "^8.2.15"
},
"gitHead": "0e2c3bf5835bafcdc8783bef66f730a24194c8f3"
"gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
}