Comparing version 4.0.3 to 4.0.4
@@ -70,3 +70,3 @@ /** | ||
return _.reduce(val, function (memo, unused, index){ | ||
memo.push(parseLamdaInputValues(val[index], keysSoFar.concat(index) )); | ||
memo.push(parseLamdaInputValues(val[index], keysSoFar.concat('0') )); | ||
return memo; | ||
@@ -73,0 +73,0 @@ }, []); |
{ | ||
"name": "rttc", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Runtime type-checking for JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -638,3 +638,11 @@ // Export the array of tests below | ||
{ | ||
example: [{}], | ||
actual: [ { name: 'Lucy' }, { name: 'Ricky' }, { name: 'Louise' }, { name: 'Estelle' } ], | ||
expected: [ { name: 'Lucy' }, { name: 'Ricky' }, { name: 'Louise' }, { name: 'Estelle' } ] | ||
}, | ||
// $$\ $$\ $$\ $$$\ $$$\ | ||
@@ -641,0 +649,0 @@ // $$ | \__| $$ | $$ _| \$$\ |
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
136823
2725