keymbinatorial
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -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
+ Addedhoek@5.0.46.1.3(transitive)
+ Addedisemail@3.2.0(transitive)
+ Addedjoi@13.7.0(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedtopo@3.0.3(transitive)
- Removedhoek@4.3.1(transitive)
- Removedisemail@2.2.1(transitive)
- Removeditems@2.2.1(transitive)
- Removedjoi@10.6.0(transitive)
- Removedtopo@2.1.1(transitive)
Updatedjoi@^13.0.0