Socket
Socket
Sign inDemoInstall

postcss-zindex

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-zindex - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 2.1.1
* Fixes an issue where all positive indices before a negative index were
transformed (thanks to @niccai).
# 2.1.0

@@ -2,0 +7,0 @@

@@ -24,2 +24,7 @@ 'use strict';

});
// Abort rebasing altogether due to z-index being found
if (abort) {
return;
}

@@ -26,0 +31,0 @@ cache.optimizeValues();

2

package.json
{
"name": "postcss-zindex",
"version": "2.1.0",
"version": "2.1.1",
"description": "Reduce z-index values with PostCSS.",

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

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