Comparing version 9.2.3 to 9.2.4
@@ -89,3 +89,4 @@ /** | ||
// Note that empty dictionaries just become generic dictionaries. | ||
return _.reduce(valuePart, function (dictSoFar, subValue, key) { | ||
return _.reduce(_.keys(valuePart), function (dictSoFar, key) { | ||
var subValue = valuePart[key]; | ||
dictSoFar[key] = _recursivelyCoerceExemplar(subValue); // <= recursive step | ||
@@ -92,0 +93,0 @@ return dictSoFar; |
{ | ||
"name": "rttc", | ||
"version": "9.2.3", | ||
"version": "9.2.4", | ||
"description": "Runtime type-checking for JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "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
217658
4641