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

@graphql-tools/delegate

Package Overview
Dependencies
Maintainers
3
Versions
2065
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/delegate - npm Package Compare versions

Comparing version 6.0.13-alpha-3b5b677.0 to 6.0.13-alpha-62b48f1a.0

6

package.json
{
"name": "@graphql-tools/delegate",
"version": "6.0.13-alpha-3b5b677.0",
"version": "6.0.13-alpha-62b48f1a.0",
"description": "A set of utils for faster development of GraphQL tools",

@@ -10,4 +10,4 @@ "sideEffects": false,

"dependencies": {
"@graphql-tools/schema": "6.0.13-alpha-3b5b677.0",
"@graphql-tools/utils": "6.0.13-alpha-3b5b677.0",
"@graphql-tools/schema": "6.0.13-alpha-62b48f1a.0",
"@graphql-tools/utils": "6.0.13-alpha-62b48f1a.0",
"@ardatan/aggregate-error": "0.0.1",

@@ -14,0 +14,0 @@ "tslib": "~2.0.0"

@@ -1,3 +0,3 @@

import { GraphQLResolveInfo, ExecutionResult, GraphQLOutputType, GraphQLSchema } from 'graphql';
import { Transform } from '@graphql-tools/utils';
import { GraphQLResolveInfo, GraphQLOutputType, GraphQLSchema } from 'graphql';
import { Transform, ExecutionResult } from '@graphql-tools/utils';
import { SubschemaConfig } from '../types';

@@ -4,0 +4,0 @@ export default class CheckResultAndHandleErrors implements Transform {

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