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

graphql-config-extension-graphcool

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

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 0.1.1 to 0.1.2

3

dist/index.js

@@ -115,2 +115,5 @@ "use strict";

entries = cache.getEntriesByService(serviceName);
if (envVars && envVars.GRAPHCOOL_STAGE) {
entries = entries.filter(function (entry) { return entry.stage === envVars.GRAPHCOOL_STAGE; });
}
return [2 /*return*/, entries.reduce(function (acc, entry) {

@@ -117,0 +120,0 @@ var cluster = env.clusterByName(entry.cluster);

4

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

@@ -11,3 +11,3 @@ "types": "dist/index.d.ts",

"dependencies": {
"graphcool-yml": "^0.0.19",
"graphcool-yml": "^0.0.21",
"graphql-config": "^1.1.0"

@@ -14,0 +14,0 @@ },

Sorry, the diff of this file is not supported yet

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