Comparing version 0.3.3 to 0.3.4
@@ -0,1 +1,4 @@ | ||
## 0.3.4 | ||
* Better space symbol detect to read UTF-8 BOM correctly. | ||
## 0.3.3 | ||
@@ -2,0 +5,0 @@ * Remove source map hacks by using new Mozilla’s `source-map` (by Simon Lydell). |
@@ -347,3 +347,3 @@ (function() { | ||
Parser.prototype.space = function() { | ||
return this.letter === ' ' || this.letter === "\t" || this.letter === "\n" || this.letter === "\f" || this.letter === "\r"; | ||
return this.letter.match(/\s/); | ||
}; | ||
@@ -350,0 +350,0 @@ |
{ | ||
"name": "postcss", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Framework for CSS postprocessors", | ||
@@ -14,3 +14,3 @@ "keywords": ["css", "parser", "postproccessor"], | ||
"source-map": "~0.1.33", | ||
"base64-js": "0.0.6" | ||
"base64-js": "~0.0.6" | ||
}, | ||
@@ -17,0 +17,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71316
+ Addedbase64-js@0.0.8(transitive)
- Removedbase64-js@0.0.6(transitive)
Updatedbase64-js@~0.0.6