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

@envelop/generic-auth

Package Overview
Dependencies
Maintainers
1
Versions
1325
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@envelop/generic-auth - npm Package Compare versions

Comparing version 8.0.1-alpha-20241211101407-78d40a8bc4c78d160a9672d90b9f0715fac8f6bb to 8.0.1-alpha-20241211102136-37c4d2b9b8a7d2c0554739c650820206241be163

3

cjs/index.js

@@ -6,2 +6,3 @@ "use strict";

const extended_validation_1 = require("@envelop/extended-validation");
const executor_1 = require("@graphql-tools/executor");
const utils_1 = require("@graphql-tools/utils");

@@ -132,3 +133,3 @@ exports.DIRECTIVE_SDL = `

if (variableDefinitions?.length) {
const { coerced } = (0, graphql_1.getVariableValues)(schema, variableDefinitions, args.variableValues || {});
const { coerced } = (0, executor_1.getVariableValues)(schema, variableDefinitions, args.variableValues || {});
variableValues = coerced;

@@ -135,0 +136,0 @@ }

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

import { getNamedType, getOperationAST, getVariableValues, isAbstractType, isInterfaceType, isIntrospectionType, isListType, isObjectType, isUnionType, } from 'graphql';
import { getNamedType, getOperationAST, isAbstractType, isInterfaceType, isIntrospectionType, isListType, isObjectType, isUnionType, } from 'graphql';
import { useExtendedValidation } from '@envelop/extended-validation';
import { getVariableValues } from '@graphql-tools/executor';
import { createGraphQLError, getDefinedRootType, getDirectiveExtensions, shouldIncludeNode, } from '@graphql-tools/utils';

@@ -4,0 +5,0 @@ export const DIRECTIVE_SDL = /* GraphQL */ `

{
"name": "@envelop/generic-auth",
"version": "8.0.1-alpha-20241211101407-78d40a8bc4c78d160a9672d90b9f0715fac8f6bb",
"version": "8.0.1-alpha-20241211102136-37c4d2b9b8a7d2c0554739c650820206241be163",
"sideEffects": false,

@@ -11,2 +11,3 @@ "peerDependencies": {

"@envelop/extended-validation": "^4.1.0",
"@graphql-tools/executor": "^1.3.6",
"@graphql-tools/utils": "^10.5.1",

@@ -13,0 +14,0 @@ "tslib": "^2.5.0"

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