Comparing version 0.7.0 to 0.7.1
@@ -84,3 +84,3 @@ /*global unescape*/ | ||
stack.push(obj); | ||
canonicalizedObject = exports.map(obj, function (item) { | ||
canonicalizedObject = obj.map(function (item) { | ||
return canonicalizeObject(item, stack); | ||
@@ -87,0 +87,0 @@ }); |
{ | ||
"name": "messy", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Object model for HTTP and RFC822 messages", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
79633