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

@envelop/extended-validation

Package Overview
Dependencies
Maintainers
1
Versions
1304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@envelop/extended-validation - npm Package Compare versions

Comparing version 1.2.0-alpha-e8998c9.0 to 1.2.0-alpha-ed2d5ef.0

4

index.js

@@ -6,3 +6,3 @@ 'use strict';

const graphql = require('graphql');
const values_js = require('graphql/execution/values.js');
const utils = require('@graphql-tools/utils');

@@ -75,3 +75,3 @@ const SYMBOL_EXTENDED_VALIDATION_RULES = Symbol('SYMBOL_EXTENDED_VALIDATION_RULES');

}
const values = values_js.getArgumentValues(fieldType, node, executionArgs.variableValues);
const values = utils.getArgumentValues(fieldType, node, executionArgs.variableValues || undefined);
if (fieldType) {

@@ -78,0 +78,0 @@ const isOneOfFieldType = ((_b = fieldType.extensions) === null || _b === void 0 ? void 0 : _b.oneOf) || (fieldType.astNode && getDirectiveFromAstNode(fieldType.astNode, 'oneOf'));

{
"name": "@envelop/extended-validation",
"version": "1.2.0-alpha-e8998c9.0",
"version": "1.2.0-alpha-ed2d5ef.0",
"sideEffects": false,

@@ -8,2 +8,5 @@ "peerDependencies": {

},
"dependencies": {
"@graphql-tools/utils": "8.5.0"
},
"repository": {

@@ -10,0 +13,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

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