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 4.1.0 to 4.1.1

2

index.js

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

file: path.relative(file.base, file.path),
sources: iMap.sources.map(() => path.relative(file.base, file.path))
sources: iMap.sources.map(mapSrc => path.relative(file.base, mapSrc))
});

@@ -61,0 +61,0 @@ applySourceMap(file, oMap);

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

"homepage": "https://github.com/scniro/gulp-clean-css#readme",
"version": "4.1.0",
"version": "4.1.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