Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

postcss-zindex

Package Overview
Dependencies
0
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

4

CHANGELOG.md

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

# 1.1.0
* Now uses the PostCSS `4.1` plugin API.
# 1.0.1

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

6

index.js
'use strict';
module.exports = function () {
var postcss = require('postcss');
module.exports = postcss.plugin('postcss-zindex', function () {
return function (css) {

@@ -17,2 +19,2 @@ var cache = require('./lib/layerCache')();

};
};
});
{
"name": "postcss-zindex",
"version": "1.0.1",
"version": "1.1.0",
"description": "Reduce z-index values with PostCSS.",

@@ -23,3 +23,3 @@ "main": "index.js",

"jshint-stylish": "^1.0.1",
"postcss": "^4.0.6",
"postcss": "^4.1.2",
"tap-spec": "^2.2.2",

@@ -31,3 +31,3 @@ "tape": "^3.5.0"

"name": "Ben Briggs",
"email": "therealbenbriggs@hotmail.com",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"

@@ -34,0 +34,0 @@ },

@@ -1,2 +0,2 @@

# 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]
# [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]

@@ -47,4 +47,5 @@ > Reduce z-index values with PostCSS.

[ci]: https://travis-ci.org/ben-eb/postcss-zindex
[deps]: https://gemnasium.com/ben-eb/postcss-zindex
[npm]: http://badge.fury.io/js/postcss-zindex
[ci]: https://travis-ci.org/ben-eb/postcss-zindex
[deps]: https://gemnasium.com/ben-eb/postcss-zindex
[npm]: http://badge.fury.io/js/postcss-zindex
[postcss]: https://github.com/postcss/postcss
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc