Socket
Socket
Sign inDemoInstall

@graphql-tools/utils

Package Overview
Dependencies
5
Maintainers
3
Versions
1113
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.1.1 to 10.1.2-rc-20240312142830-c2abbf075d87b30ac6a112cb95f442d45a45cb0d

3

cjs/astFromValueUntyped.js

@@ -43,2 +43,5 @@ "use strict";

if (typeof value === 'object') {
if (value?.toJSON) {
return astFromValueUntyped(value.toJSON());
}
const fieldNodes = [];

@@ -45,0 +48,0 @@ for (const fieldName in value) {

@@ -40,2 +40,5 @@ import { Kind } from 'graphql';

if (typeof value === 'object') {
if (value?.toJSON) {
return astFromValueUntyped(value.toJSON());
}
const fieldNodes = [];

@@ -42,0 +45,0 @@ for (const fieldName in value) {

2

package.json
{
"name": "@graphql-tools/utils",
"version": "10.1.1",
"version": "10.1.2-rc-20240312142830-c2abbf075d87b30ac6a112cb95f442d45a45cb0d",
"description": "Common package containing utils and types for GraphQL tools",

@@ -5,0 +5,0 @@ "sideEffects": false,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc