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

@graphql-tools/executor

Package Overview
Dependencies
Maintainers
0
Versions
403
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/executor - npm Package Compare versions

Comparing version 1.3.9-alpha-20241214105336-913a30af82bd4fec5d8a9dd821cba4c73f73dd52 to 1.3.9-alpha-20241214143856-89da1aabf9efcbf8dcb203017f142f5e925e3eba

4

cjs/execution/execute.js

@@ -52,3 +52,3 @@ "use strict";

http: {
...e.extensions?.['http'],
...(e.extensions?.['http'] || {}),
status: 400,

@@ -819,3 +819,3 @@ },

http: {
...e.extensions?.['http'],
...(e.extensions?.['http'] || {}),
status: 400,

@@ -822,0 +822,0 @@ },

@@ -40,3 +40,3 @@ import { assertValidSchema, getDirectiveValues, GraphQLError, isAbstractType, isLeafType, isListType, isNonNullType, isObjectType, Kind, locatedError, SchemaMetaFieldDef, TypeMetaFieldDef, TypeNameMetaFieldDef, versionInfo, } from 'graphql';

http: {
...e.extensions?.['http'],
...(e.extensions?.['http'] || {}),
status: 400,

@@ -805,3 +805,3 @@ },

http: {
...e.extensions?.['http'],
...(e.extensions?.['http'] || {}),
status: 400,

@@ -808,0 +808,0 @@ },

{
"name": "@graphql-tools/executor",
"version": "1.3.9-alpha-20241214105336-913a30af82bd4fec5d8a9dd821cba4c73f73dd52",
"version": "1.3.9-alpha-20241214143856-89da1aabf9efcbf8dcb203017f142f5e925e3eba",
"sideEffects": false,

@@ -9,3 +9,3 @@ "peerDependencies": {

"dependencies": {
"@graphql-tools/utils": "10.6.4-alpha-20241214105336-913a30af82bd4fec5d8a9dd821cba4c73f73dd52",
"@graphql-tools/utils": "10.6.4-alpha-20241214143856-89da1aabf9efcbf8dcb203017f142f5e925e3eba",
"@graphql-typed-document-node/core": "^3.2.0",

@@ -12,0 +12,0 @@ "@repeaterjs/repeater": "^3.0.4",

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