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

graphql-config-extension-graphcool

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-config-extension-graphcool - npm Package Compare versions

Comparing version

to
0.1.3

@@ -69,3 +69,3 @@ "use strict";

_a = lodash_1.merge;
return [4 /*yield*/, getEndpointsFromPath(env, newConfig.extensions.graphcool, cache, cwd)];
return [4 /*yield*/, getEndpointsFromPath(env, newConfig.extensions.graphcool, cache, cwd, envVars)];
case 2:

@@ -118,3 +118,7 @@ newConfig = _a.apply(void 0, [_b.sent()]);

entries = entries.filter(function (entry) { return entry.stage === envVars.GRAPHCOOL_STAGE; });
console.log('THERE IS A COOL ENV VAR.', envVars.GRAPHCOOL_STAGE);
}
else {
console.log('there is not cool env var');
}
return [2 /*return*/, entries.reduce(function (acc, entry) {

@@ -121,0 +125,0 @@ var cluster = env.clusterByName(entry.cluster);

{
"name": "graphql-config-extension-graphcool",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet