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

4

CHANGELOG.md

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

# 1.1.1
* Fixes an issue where `flex` properties were being mangled by the module.
# 1.1.0

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

2

dist/index.js

@@ -27,3 +27,3 @@ 'use strict';

// flex-flow: <flex-direction> || <flex-wrap>
var flexFlowProps = 'flex-flow';
var flexFlowProps = ['flex-flow'];

@@ -30,0 +30,0 @@ var flexDirection = ['row', 'row-reverse', 'column', 'column-reverse'];

{
"name": "postcss-ordered-values",
"version": "1.1.0",
"version": "1.1.1",
"description": "Ensure values are ordered consistently in your CSS.",

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