Comparing version 0.13.1 to 0.13.2
0.13.2 / 2011-05-31 | ||
================== | ||
* Fixed colors after `url()` call regression. Closes #270 | ||
0.13.1 / 2011-05-30 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -27,3 +27,3 @@ | ||
exports.version = '0.13.1'; | ||
exports.version = '0.13.2'; | ||
@@ -30,0 +30,0 @@ /** |
@@ -261,3 +261,8 @@ | ||
// Undefined function, render literal css | ||
if (!fn || fn.nodeName != 'function') return this.literalCall(call); | ||
if (!fn || fn.nodeName != 'function') { | ||
var ret = this.literalCall(call); | ||
this.ignoreColors = false; | ||
return ret; | ||
} | ||
this.calling.push(call.name); | ||
@@ -291,2 +296,3 @@ | ||
this.calling.pop(); | ||
this.ignoreColors = false; | ||
return ret; | ||
@@ -293,0 +299,0 @@ }; |
{ "name": "stylus" | ||
, "description": "Robust, expressive, and feature-rich CSS superset" | ||
, "version": "0.13.1" | ||
, "version": "0.13.2" | ||
, "author": "TJ Holowaychuk <tj@vision-media.ca>" | ||
@@ -5,0 +5,0 @@ , "keywords": ["css", "parser", "style", "stylesheets", "jade", "language"] |
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
287602
97
10398
15
6