Socket
Socket
Sign inDemoInstall

gulp-clean-css

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-clean-css - npm Package Compare versions

Comparing version 3.4.1 to 3.4.2

4

index.js

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

let pass = {[file.path]: {styles: contents}};
if (!options.rebaseTo && options.rebase!==false){
options.rebaseTo = path.dirname(file.path);
if (!options.rebaseTo && options.rebase !== false) {
options.rebaseTo = path.dirname(file.path);
}

@@ -35,0 +35,0 @@

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/scniro/gulp-clean-css#readme",
"version": "3.4.1",
"version": "3.4.2",
"author": "scniro",

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

"dependencies": {
"clean-css": "4.1.3",
"clean-css": "4.1.4",
"gulp-util": "3.0.8",

@@ -40,10 +40,10 @@ "through2": "2.0.3",

"devDependencies": {
"chai": "3.5.0",
"chai-string": "1.3.0",
"chai": "4.0.2",
"chai-string": "1.4.0",
"coveralls": "2.13.1",
"del": "2.2.2",
"del": "3.0.0",
"express": "4.15.3",
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-istanbul": "1.1.1",
"gulp-istanbul": "1.1.2",
"gulp-mocha": "4.3.1",

@@ -53,3 +53,3 @@ "gulp-rename": "1.2.2",

"gulp-sourcemaps": "2.6.0",
"mocha": "3.4.1",
"mocha": "3.4.2",
"vinyl": "2.0.2",

@@ -56,0 +56,0 @@ "vinyl-buffer": "1.0.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