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

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.1 to 0.2.2

6

._History.md

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

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

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

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

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

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

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

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

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

0.2.2 / 2011-04-17
==================
* Fixed problem with space before color in 'border' property.
0.2.1 / 2011-03-19

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

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

Mac OS X  2��ATTR#M���#�#com.macromates.caret{
column = 73;
line = 66;
Mac OS X  2��ATTR'���#�#com.macromates.caret{
column = 56;
line = 89;
}

@@ -88,5 +88,5 @@ var sys = require('sys');

if (color[0] == color[1] && color[2] == color[3] && color[4] == color[5])
return prefix + '#' + color[0] + color[2] + color[4];
return (prefix + (/:$/.test(prefix) ? '' : ' ')) + '#' + color[0] + color[2] + color[4];
else
return prefix + '#' + color;
return (prefix + (/:$/.test(prefix) ? '' : ' ')) + '#' + color;
})

@@ -93,0 +93,0 @@ replace(/(color|background):(\w+)/g, function(match, property, colorName) { // replace standard colors with hex values (only if color name is longer then hex value)

@@ -11,3 +11,3 @@ {

},
"version": "0.2.1",
"version": "0.2.2",
"main": "index.js",

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

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

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

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

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

@@ -216,2 +216,6 @@ var vows = require('vows'),

'p{color:red}'
],
'border color': [
'p{border:1px solid #f94311}',
'p{border:1px solid #f94311}'
]

@@ -218,0 +222,0 @@ }),

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