Socket
Socket
Sign inDemoInstall

postcss-zindex

Package Overview
Dependencies
1
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 2.0.0

4

CHANGELOG.md

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

# 2.0.0
* Upgraded to PostCSS 5.
# 1.1.3

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

4

index.js

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

// First pass; cache all z indexes
css.eachDecl('z-index', function (decl) {
css.walkDecls('z-index', function (decl) {
nodes.push(decl);

@@ -20,4 +20,4 @@ cache.addValue(decl.value);

decl.value = '' + cache.convert(decl.value);
})
});
};
});

@@ -0,0 +0,0 @@ 'use strict';

{
"name": "postcss-zindex",
"version": "1.1.3",
"version": "2.0.0",
"description": "Reduce z-index values with PostCSS.",

@@ -21,9 +21,9 @@ "main": "index.js",

"dependencies": {
"postcss": "^4.1.2"
"postcss": "^5.0.4"
},
"devDependencies": {
"jshint": "^2.6.3",
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"tap-spec": "^4.0.2",
"tape": "^4.1.0"
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
},

@@ -30,0 +30,0 @@ "homepage": "https://github.com/ben-eb/postcss-zindex",

@@ -0,0 +0,0 @@ # [postcss][postcss]-zindex [![Build Status](https://travis-ci.org/ben-eb/postcss-zindex.svg?branch=master)][ci] [![NPM version](https://badge.fury.io/js/postcss-zindex.svg)][npm] [![Dependency Status](https://gemnasium.com/ben-eb/postcss-zindex.svg)][deps]

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc