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

gulp-csso

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-csso - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

10

CHANGELOG.md

@@ -0,8 +1,12 @@

# 3.0.1
* Drop dependency on deprecated `gulp-util` (#30, thanks to @TheDancingCode)
# 3.0.0
* Update CSSO to 3.0.0 (thanks to @lahmatiy).
* Update CSSO to [3.0.0](https://github.com/css/csso/releases/tag/v3.0.0) (thanks to @lahmatiy).
# 2.0.0
* Update CSSO to 2.0.0 (thanks to @lahmatiy).
* Update CSSO to [2.0.0](https://github.com/css/csso/releases/tag/v2.0.0) (thanks to @lahmatiy).

@@ -15,3 +19,3 @@ # 1.1.0

* Bump CSSO to 1.4.0 (thanks to @lahmatiy).
* Bump CSSO to [1.4.0](https://github.com/css/csso/releases/tag/v1.4.0) (thanks to @lahmatiy).

@@ -18,0 +22,0 @@ # 1.0.0

'use strict';
var csso = require('csso'),
gutil = require('gulp-util'),
PluginError = require('plugin-error'),
Transform = require('stream').Transform,

@@ -45,3 +45,3 @@ applySourceMap = require('vinyl-sourcemaps-apply');

cb(new gutil.PluginError('gulp-csso', error));
cb(new PluginError('gulp-csso', error));
}

@@ -48,0 +48,0 @@

{
"name": "gulp-csso",
"version": "3.0.0",
"version": "3.0.1",
"description": "Minify CSS with CSSO.",

@@ -27,3 +27,3 @@ "license": "MIT",

"csso": "^3.0.0",
"gulp-util": "^3.0.6",
"plugin-error": "^0.1.2",
"vinyl-sourcemaps-apply": "^0.2.1"

@@ -33,5 +33,6 @@ },

"tap-spec": "^4.1.0",
"tape": "^4.2.1"
"tape": "^4.2.1",
"vinyl": "^2.1.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