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

postcss-ordered-values

Package Overview
Dependencies
Maintainers
4
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 4.0.0 to 4.1.0

dist/rules/animation.js

8

dist/index.js

@@ -15,2 +15,6 @@ 'use strict';

var _animation = require('./rules/animation');
var _animation2 = _interopRequireDefault(_animation);
var _border = require('./rules/border');

@@ -36,4 +40,5 @@

// rules
const rules = {
'animation': _animation2.default,
'-webkit-animation': _animation2.default,
'border': _border2.default,

@@ -53,2 +58,3 @@ 'border-top': _border2.default,

// rules
function shouldAbort(parsed) {

@@ -55,0 +61,0 @@ let abort = false;

2

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

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

@@ -49,2 +49,3 @@ # [postcss][postcss]-ordered-values

* `animation`, `-webkit-animation`
* `border(border-left|right|top|bottom)`

@@ -51,0 +52,0 @@ * `box-shadow`

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