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.3.0 to 2.3.1

4

index.js

@@ -27,4 +27,4 @@ const applySourceMap = require('vinyl-sourcemaps-apply');

if (!fileOptions.relativeTo && (fileOptions.root || file.path))
fileOptions.relativeTo = path.dirname(path.resolve(options.root || file.path));
if (!fileOptions.relativeTo && file.path)
fileOptions.relativeTo = path.dirname(path.resolve(file.path));

@@ -31,0 +31,0 @@ if (file.sourceMap)

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

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

@@ -8,0 +8,0 @@ "license": "MIT",

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