Socket
Socket
Sign inDemoInstall

@graphql-tools/utils

Package Overview
Dependencies
Maintainers
0
Versions
1273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/utils - npm Package Compare versions

Comparing version 10.3.2 to 10.3.3-rc-20240804213606-fa5380888e3647e23f4943d22422c0726d8f55a4

2

cjs/print-schema-with-directives.js

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

defaultValue: arg.defaultValue !== undefined
? (0, astFromValue_js_1.astFromValue)(arg.defaultValue, arg.type) ?? undefined
? ((0, astFromValue_js_1.astFromValue)(arg.defaultValue, arg.type) ?? undefined)
: undefined,

@@ -204,0 +204,0 @@ directives: getDeprecatableDirectiveNodes(arg, schema, pathToDirectivesInExtensions),

@@ -192,3 +192,3 @@ import { GraphQLDeprecatedDirective, isEnumType, isInputObjectType, isInterfaceType, isIntrospectionType, isObjectType, isScalarType, isSpecifiedDirective, isSpecifiedScalarType, isUnionType, Kind, print, } from 'graphql';

defaultValue: arg.defaultValue !== undefined
? astFromValue(arg.defaultValue, arg.type) ?? undefined
? (astFromValue(arg.defaultValue, arg.type) ?? undefined)
: undefined,

@@ -195,0 +195,0 @@ directives: getDeprecatableDirectiveNodes(arg, schema, pathToDirectivesInExtensions),

{
"name": "@graphql-tools/utils",
"version": "10.3.2",
"version": "10.3.3-rc-20240804213606-fa5380888e3647e23f4943d22422c0726d8f55a4",
"description": "Common package containing utils and types for GraphQL tools",

@@ -11,3 +11,3 @@ "sideEffects": false,

"@graphql-typed-document-node/core": "^3.1.1",
"cross-inspect": "1.0.0",
"cross-inspect": "1.0.1-rc-20240804213606-fa5380888e3647e23f4943d22422c0726d8f55a4",
"dset": "^3.1.2",

@@ -48,18 +48,4 @@ "tslib": "^2.4.0"

},
"./*": {
"require": {
"types": "./typings/*.d.cts",
"default": "./cjs/*.js"
},
"import": {
"types": "./typings/*.d.ts",
"default": "./esm/*.js"
},
"default": {
"types": "./typings/*.d.ts",
"default": "./esm/*.js"
}
},
"./package.json": "./package.json"
}
}
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