Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphql-stitch

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-stitch - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/bundle.js

4

package.json
{
"name": "graphql-stitch",
"version": "1.0.1",
"version": "1.0.2",
"description": "inspect and stitch remote graphql schemas with local ones",
"main": "index.js",
"main": "dist/bundle.js",
"repository": "https://gitlab.com/katcheCode/frameworks/graphql-stitch.git",

@@ -7,0 +7,0 @@ "author": "Landon Smith <ls@katchecode.com>",

@@ -8,3 +8,3 @@ import { makeRemoteExecutableSchema, mergeSchemas, introspectSchema } from 'graphql-tools';

export function defaultLink(uri) {
function defaultLink(uri) {
return ApolloLink.from([

@@ -11,0 +11,0 @@ new RetryLink({

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