New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-postcss

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-postcss - npm Package Compare versions

Comparing version 5.1.10 to 6.0.0

4

package.json
{
"name": "gulp-postcss",
"version": "5.1.10",
"version": "6.0.0",
"description": "PostCSS gulp plugin",

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

"gulp-util": "^3.0.4",
"postcss": "^4.1.11",
"postcss": "^5.0.0",
"vinyl-sourcemaps-apply": "^0.1.4"

@@ -30,0 +30,0 @@ },

@@ -77,2 +77,5 @@ # gulp-postcss [![Build Status](https://api.travis-ci.org/postcss/gulp-postcss.png)](https://travis-ci.org/postcss/gulp-postcss)

* 6.0.0
* Updated PostCSS to version 5.0.0
* 5.1.10

@@ -79,0 +82,0 @@ * Use autoprefixer in README

@@ -253,3 +253,3 @@ /* global it, afterEach, beforeEach, describe, Promise */

function doubler (css) {
css.eachDecl(function (decl) {
css.walkDecls(function (decl) {
decl.parent.prepend(decl.clone())

@@ -256,0 +256,0 @@ })

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