Socket
Socket
Sign inDemoInstall

@graphql-mesh/graphql

Package Overview
Dependencies
5
Maintainers
2
Versions
3157
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.15-alpha-0f32db7.0 to 0.0.15-alpha-2ab96ef.2

6

package.json
{
"name": "@graphql-mesh/graphql",
"version": "0.0.15-alpha-0f32db7.0+0f32db7",
"version": "0.0.15-alpha-2ab96ef.2+2ab96ef",
"main": "dist/index.js",

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

"dependencies": {
"@graphql-mesh/types": "0.0.15-alpha-0f32db7.0+0f32db7",
"@graphql-mesh/types": "0.0.15-alpha-2ab96ef.2+2ab96ef",
"apollo-link-http": "1.5.16",

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

},
"gitHead": "0f32db72150eaa704a357cab16396d4342cf821c"
"gitHead": "2ab96efb45d9d28b10e81009f1bd64a560246103"
}

@@ -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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc