Socket
Socket
Sign inDemoInstall

@graphql-mesh/graphql

Package Overview
Dependencies
Maintainers
2
Versions
3494
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-mesh/graphql - npm Package Compare versions

Comparing version 0.0.15-alpha-d093e75.1 to 0.0.15-alpha-ee9e491.2

6

package.json
{
"name": "@graphql-mesh/graphql",
"version": "0.0.15-alpha-d093e75.1+d093e75",
"version": "0.0.15-alpha-ee9e491.2+ee9e491",
"main": "dist/index.js",

@@ -22,3 +22,3 @@ "license": "MIT",

"dependencies": {
"@graphql-mesh/types": "0.0.15-alpha-d093e75.1+d093e75",
"@graphql-mesh/types": "0.0.15-alpha-ee9e491.2+ee9e491",
"apollo-link-http": "1.5.16",

@@ -31,3 +31,3 @@ "cross-fetch": "3.0.4",

},
"gitHead": "d093e752b4772cfe58aaf8982491e487fc341fb2"
"gitHead": "ee9e49127e088a41089a55a436572f20451c315f"
}

@@ -5,3 +5,2 @@ import { MeshHandlerLibrary, YamlConfig } from '@graphql-mesh/types';

makeRemoteExecutableSchema,
defaultCreateRemoteResolver,
delegateToSchema

@@ -11,3 +10,3 @@ } from 'graphql-tools-fork';

import { HttpLink } from 'apollo-link-http';
import { SelectionSetNode, GraphQLResolveInfo, execute } from 'graphql';
import { GraphQLResolveInfo } from 'graphql';

@@ -14,0 +13,0 @@ const handler: MeshHandlerLibrary<YamlConfig.GraphQLHandlerConfig> = {

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