New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

keymbinatorial

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keymbinatorial - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

index.js

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc