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
343
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.2.7 to 1.2.8-alpha-20240701092529-9824b175d6ab0524d0c7c934a8ba9a2b6335a4ac

2

cjs/execution/values.js

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

nodes: varDefNode,
originalError: error.originalError,
originalError: error,
}));

@@ -78,0 +78,0 @@ });

@@ -71,3 +71,3 @@ import { coerceInputValue, isInputType, isNonNullType, print, typeFromAST, valueFromAST, } from 'graphql';

nodes: varDefNode,
originalError: error.originalError,
originalError: error,
}));

@@ -74,0 +74,0 @@ });

{
"name": "@graphql-tools/executor",
"version": "1.2.7",
"version": "1.2.8-alpha-20240701092529-9824b175d6ab0524d0c7c934a8ba9a2b6335a4ac",
"sideEffects": false,

@@ -5,0 +5,0 @@ "peerDependencies": {

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