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

gulp-clean-css

Package Overview
Dependencies
Maintainers
2
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 2.0.6 to 2.0.7

2

index.js

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

if ((options.sourceMap === true || options.sourceMap === undefined) && file.sourceMap) {
fileOptions.sourceMap = JSON.stringify(file.sourceMap);
fileOptions.sourceMap = JSON.parse(JSON.stringify(file.sourceMap));
}

@@ -36,0 +36,0 @@

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

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

@@ -42,2 +42,3 @@ "license": "MIT",

"chai": "^3.5.0",
"coveralls": "^2.11.9",
"del": "^2.2.0",

@@ -44,0 +45,0 @@ "gulp": "^3.9.1",

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