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.2 to 0.2.3

2

._History.md
Mac OS X  2��ATTR'����"�"com.macromates.caret{
column = 63;
column = 45;
line = 3;
}

@@ -0,0 +0,0 @@ Mac OS X  2��ATTR'����"�"com.macromates.caret{

@@ -0,0 +0,0 @@ Mac OS X  2��ATTR'����#�#com.macromates.caret{

@@ -0,0 +0,0 @@ Mac OS X  2��ATTR'����#�#com.macromates.caret{

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

0.2.3 / 2011-04-18
==================
* Fixed problem with optimizing IE filters.
0.2.2 / 2011-04-17

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

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

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

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

replace(/[ ]?,[ ]?/g, ',') // space with a comma
replace(/progid:[^(]+\(([^\)]+)/, function(match, contents) { // restore spaces inside IE filters (IE 7 issue)
replace(/progid:[^(]+\(([^\)]+)/g, function(match, contents) { // restore spaces inside IE filters (IE 7 issue)
return match.replace(/,/g, ', ');

@@ -103,4 +103,4 @@ })

})
replace(/progid:DXImageTransform\.Microsoft\.(Alpha|Chroma)/g, function(match, contents) { // IE shorter filters
return contents.toLowerCase();
replace(/progid:DXImageTransform\.Microsoft\.(Alpha|Chroma)(\([^\)]+\))([;}'"])/g, function(match, filter, args, suffix) { // IE shorter filters but only if single (IE 7 issue)
return filter.toLowerCase() + args + suffix;
})

@@ -107,0 +107,0 @@ replace(/(\s|:)0(px|em|ex|cm|mm|in|pt|pc|%)/g, '$1' + '0') // zero + unit to zero

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

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

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

@@ -0,0 +0,0 @@ Mac OS X  2��ATTR'����"�"com.macromates.caret{

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

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

@@ -238,7 +238,11 @@ var vows = require('vows'),

'short chroma': [
'progid:DXImageTransform.Microsoft.Chroma(color=#919191)', 'chroma(color=#919191)'
'a{filter:progid:DXImageTransform.Microsoft.Chroma(color=#919191)}', 'a{filter:chroma(color=#919191)}'
],
'matrix filter spaces': [
"progid:DXImageTransform.Microsoft.Matrix(M11=0.984, M22=0.984, M12=0.17, M21=-0.17, SizingMethod='auto expand')",
"progid:DXImageTransform.Microsoft.Matrix(M11=.984, M22=.984, M12=.17, M21=-.17, SizingMethod='auto expand')"
"a{filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.984, M22=0.984, M12=0.17, M21=-0.17, SizingMethod='auto expand')",
"a{filter:progid:DXImageTransform.Microsoft.Matrix(M11=.984, M22=.984, M12=.17, M21=-.17, SizingMethod='auto expand')"
],
'multiple filters (IE7 issue)': [
"a{filter:progid:DXImageTransform.Microsoft.Chroma(color=#919191) progid:DXImageTransform.Microsoft.Matrix(M11=0.984, M22=0.984, M12=0.17, M21=-0.17, SizingMethod='auto expand')}",
"a{filter:progid:DXImageTransform.Microsoft.Chroma(color=#919191) progid:DXImageTransform.Microsoft.Matrix(M11=.984, M22=.984, M12=.17, M21=-.17, SizingMethod='auto expand')}"
]

@@ -245,0 +249,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