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.2.0 to 4.0.0-rc.0

dist/index.js

5

CHANGELOG.md

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

# 4.0.0-rc.0
* Breaking: Drops support for Node 0.12, we now require at least Node 4.
* Breaking: Update PostCSS to 6.0.0.
# 2.2.0

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

30

package.json
{
"name": "postcss-zindex",
"version": "2.2.0",
"version": "4.0.0-rc.0",
"description": "Reduce z-index values with PostCSS.",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"lint": "jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js",
"test": "tape test.js | tap-spec"
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
},
"files": [
"LICENSE-MIT",
"index.js",
"lib"
"dist"
],

@@ -26,13 +24,11 @@ "keywords": [

"dependencies": {
"has": "^1.0.1",
"postcss": "^5.0.4",
"has": "^1.0.0",
"postcss": "^6.0.0",
"uniqs": "^2.0.0"
},
"devDependencies": {
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
"babel-cli": "^6.0.0",
"cross-env": "^3.0.0"
},
"homepage": "https://github.com/ben-eb/postcss-zindex",
"homepage": "https://github.com/ben-eb/cssnano",
"author": {

@@ -43,3 +39,9 @@ "name": "Ben Briggs",

},
"repository": "ben-eb/postcss-zindex"
"repository": "ben-eb/cssnano",
"bugs": {
"url": "https://github.com/ben-eb/cssnano/issues"
},
"engines": {
"node": ">=4"
}
}

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

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

@@ -77,6 +77,5 @@ > Reduce z-index values with PostCSS.

## Contributing
## Contributors
Pull requests are welcome. If you add functionality, then please add unit tests
to cover it.
See [CONTRIBUTORS.md](https://github.com/ben-eb/cssnano/blob/master/CONTRIBUTORS.md).

@@ -87,5 +86,2 @@ ## License

[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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc