keymbinatorial
Advanced tools
Comparing version
@@ -18,3 +18,3 @@ 'use strict'; | ||
function generateMatrixHelper(options, currentCombination, | ||
keysToIterate, keyIndexer, permutations) { | ||
keysToIterate, keyIndexer, permutations) { | ||
if (keysToIterate.every(optionKey => currentCombination[optionKey])) { | ||
@@ -35,3 +35,3 @@ permutations.push(currentCombination); | ||
return generateMatrixHelper(options, nextCombination, | ||
keysToIterate, nextKeyIndexer, permutations); | ||
keysToIterate, nextKeyIndexer, permutations); | ||
}); | ||
@@ -38,0 +38,0 @@ } |
{ | ||
"name": "keymbinatorial", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Module that generates the unique combinations of key values by taking a single value from each keys array", | ||
@@ -42,10 +42,10 @@ "main": "index.js", | ||
"chai": "^3.5.0", | ||
"eslint": "^3.2.2", | ||
"eslint-config-screwdriver": "^2.0.0", | ||
"jenkins-mocha": "^3.0.4" | ||
"eslint": "^4.3.0", | ||
"eslint-config-screwdriver": "^3.0.0", | ||
"jenkins-mocha": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"clone": "^1.0.2", | ||
"joi": "^10.0.5" | ||
"joi": "^13.0.0" | ||
} | ||
} |
7350
-0.35%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated