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.7 to 5.1.8

6

index.js

@@ -76,3 +76,7 @@ var Stream = require('stream')

}
cb(new gutil.PluginError('gulp-postcss', error))
// Prevent stream’s unhandled exception from
// being suppressed by Promise
setImmediate(function () {
cb(new gutil.PluginError('gulp-postcss', error))
})
}

@@ -79,0 +83,0 @@

2

package.json
{
"name": "gulp-postcss",
"version": "5.1.7",
"version": "5.1.8",
"description": "PostCSS gulp plugin",

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

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

* 5.1.8
* Prevent stream’s unhandled exception from being suppressed by Promise
* 5.1.7

@@ -75,0 +78,0 @@ * Updated direct dependencies

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