Socket
Socket
Sign inDemoInstall

clean-css

Package Overview
Dependencies
Maintainers
0
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-css - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

._History.md

4

._index.js

@@ -1,4 +0,4 @@

Mac OS X  2��ATTR"���"�"com.macromates.caret{
column = 14;
Mac OS X  2��ATTR#M���"�"com.macromates.caret{
column = 40;
line = 0;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTR"���#�#com.macromates.caret{
column = 19;
line = 10;
Mac OS X  2��ATTR#M���"�"com.macromates.caret{
column = 48;
line = 2;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTR"���#�#com.macromates.caret{
column = 13;
line = 40;
Mac OS X  2��ATTR#M���#�#com.macromates.caret{
column = 41;
line = 15;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTR"���#�#com.macromates.caret{
column = 24;
line = 92;
Mac OS X  2��ATTR#M���#�#com.macromates.caret{
column = 73;
line = 66;
}

@@ -67,2 +67,3 @@ var sys = require('sys');

replace(/\s+/g, ' ') // multiple whitespace
replace(/ !important/g, '!important') // whitespace before !important
replace(/[ ]?,[ ]?/g, ',') // space with a comma

@@ -69,0 +70,0 @@ replace(/progid:[^(]+\(([^\)]+)/, function(match, contents) { // restore spaces inside IE filters (IE 7 issue)

{
"name": "clean-css",
"author": "Jakub Pawlowicz <contact@jakubpawlowicz.com> (http://twitter.com/JakubPawlowicz)",
"author": "Jakub Pawlowicz <jakub@goalsmashers.com> (http://twitter.com/GoalSmashers)",
"description": "A well-tested CSS minifier",
"keywords": ["css", "minifier"],
"homepage": "http://github.com/jakubpawlowicz/clean-css",
"homepage": "http://github.com/GoalSmashers/clean-css",
"repository": {
"type" : "git",
"url" : "http://github.com/jakubpawlowicz/clean-css.git"
"url" : "http://github.com/GoalSmashers/clean-css.git"
},
"version": "0.2.0",
"version": "0.2.1",
"main": "index.js",

@@ -13,0 +13,0 @@ "bin": {

@@ -1,4 +0,4 @@

Mac OS X  2��ATTR"���"�"com.macromates.caret{
Mac OS X  2��ATTR#M���"�"com.macromates.caret{
column = 30;
line = 3;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTR"���"�"com.macromates.caret{
column = 52;
line = 8;
Mac OS X  2��ATTR#M���#�#com.macromates.caret{
column = 5;
line = 254;
}

@@ -250,3 +250,9 @@ var vows = require('vows'),

]
}),
'important': cssContext({
'space before': [
"body{background-color:#fff !important}",
"body{background-color:#fff!important}"
]
})
}).export(module);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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