Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-cssnano

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-cssnano - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

5

CHANGELOG.md

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

# 2.1.2
* Fixes an issue where gulp-cssnano was not passing on sourcemap errors and was
crashing instead.
# 2.1.1

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

4

index.js

@@ -34,4 +34,4 @@ 'use strict';

cb();
}.bind(this),
function (error) {
}.bind(this))
.catch(function (error) {
var errorOptions = {fileName: file.path};

@@ -38,0 +38,0 @@ if (error.name === 'CssSyntaxError') {

{
"name": "gulp-cssnano",
"version": "2.1.1",
"version": "2.1.2",
"description": "Minify CSS with cssnano.",

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

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