Socket
Socket
Sign inDemoInstall

clean-css-cli

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-css-cli - npm Package Compare versions

Comparing version 4.1.3 to 4.1.4

5

History.md

@@ -0,1 +1,6 @@

[4.1.4 / 2017-06-09](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.3...v4.1.4)
==================
* Fixed issue [#10](https://github.com/jakubpawlowicz/clean-css-cli/issues/10) - IE/Edge source maps.
[4.1.3 / 2017-05-18](https://github.com/jakubpawlowicz/clean-css-cli/compare/v4.1.2...v4.1.3)

@@ -2,0 +7,0 @@ ==================

3

index.js

@@ -9,2 +9,3 @@ var fs = require('fs');

var COMPATIBILITY_PATTERN = /([\w\.]+)=(\w+)/g;
var lineBreak = require('os').EOL;

@@ -249,3 +250,3 @@ function cli(process, beforeMinifyCallback) {

mapFilename = path.basename(options.output) + '.map';
output(process, options, minified.styles + '/*# sourceMappingURL=' + mapFilename + ' */');
output(process, options, minified.styles + lineBreak + '/*# sourceMappingURL=' + mapFilename + ' */');
outputMap(options, minified.sourceMap, mapFilename);

@@ -252,0 +253,0 @@ } else {

{
"name": "clean-css-cli",
"version": "4.1.3",
"version": "4.1.4",
"description": "A command-line interface to clean-css CSS optimization library",

@@ -5,0 +5,0 @@ "scripts": {

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