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

apollo-stitcher

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

apollo-stitcher - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

8

package.json
{
"name": "apollo-stitcher",
"version": "0.3.6",
"version": "0.3.7",
"homepage": "https://yaacovcr.github.io/apollo-stitcher",

@@ -20,6 +20,6 @@ "repository": {

"dependencies": {
"apollo-datasource": "^0.6.3",
"apollo-datasource": "^0.7.0",
"apollo-link": "^1.2.13",
"apollo-utilities": "^1.3.3",
"graphql-tools-fork": "^8.0.0"
"graphql-tools-fork": "^8.6.0"
},

@@ -34,4 +34,4 @@ "peerDependencies": {

"jsdoc": "^3.6.3",
"mocha": "^6.2.2"
"mocha": "^7.0.1"
}
}

@@ -0,1 +1,2 @@

const { Kind } = require('graphql');
const { DataSource } = require('apollo-datasource');

@@ -185,3 +186,10 @@ const { delegateToSchema } = require('graphql-tools-fork');

returnType,
fieldNodes: [],
fieldNodes: [{
kind: Kind.FIELD,
name: {
kind: Kind.NAME,
value: '__fieldName',
},
arguments: [],
}],
schema,

@@ -188,0 +196,0 @@ fragments: {},

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