Comparing version 0.4.2 to 0.4.3
@@ -556,2 +556,4 @@ /*! | ||
} | ||
} else if (Constr === Boolean) { | ||
data[key] = data[key] === 'true'; | ||
} else { | ||
@@ -558,0 +560,0 @@ data[key] = Constr(data[key]); |
@@ -5,3 +5,3 @@ { | ||
"keywords": ["aws", "amazon", "s3"], | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"author": "TJ Holowaychuk <tj@learnboost.com>", | ||
@@ -8,0 +8,0 @@ "contributors": [ |
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
32697
822