Socket
Socket
Sign inDemoInstall

@graphql-inspector/core

Package Overview
Dependencies
4
Maintainers
3
Versions
411
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1-alpha-20240526142307-09d3685d9f64ac9bbf9e5dcb36d22c7658b1445d

4

package.json
{
"name": "@graphql-inspector/core",
"version": "6.0.0",
"version": "6.0.1-alpha-20240526142307-09d3685d9f64ac9bbf9e5dcb36d22c7658b1445d",
"description": "Tooling for GraphQL. Compare GraphQL Schemas, check documents, find breaking changes, find similar types.",

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

"dependency-graph": "0.11.0",
"object-inspect": "1.12.3",
"object-inspect": "1.13.1",
"tslib": "2.6.2"

@@ -14,0 +14,0 @@ },

@@ -0,1 +1,2 @@

/// <reference types="node_modules/.pnpm/dependency-graph@0.11.0/node_modules/dependency-graph/lib" />
import { DepGraph } from 'dependency-graph';

@@ -2,0 +3,0 @@ import type { DocumentNode, FieldNode, FragmentDefinitionNode, FragmentSpreadNode, InlineFragmentNode, OperationDefinitionNode, Source } from 'graphql';

@@ -0,1 +1,2 @@

/// <reference types="node_modules/.pnpm/dependency-graph@0.11.0/node_modules/dependency-graph/lib" />
import { DepGraph } from 'dependency-graph';

@@ -2,0 +3,0 @@ import type { DocumentNode, FieldNode, FragmentDefinitionNode, FragmentSpreadNode, InlineFragmentNode, OperationDefinitionNode, Source } from 'graphql';

@@ -0,1 +1,2 @@

/// <reference types="node_modules/.pnpm/dependency-graph@0.11.0/node_modules/dependency-graph/lib" />
import { DepGraph } from 'dependency-graph';

@@ -2,0 +3,0 @@ import type { DocumentNode, FieldNode, FragmentDefinitionNode, FragmentSpreadNode, InlineFragmentNode, OperationDefinitionNode, Source } from 'graphql';

@@ -0,1 +1,2 @@

/// <reference types="node_modules/.pnpm/dependency-graph@0.11.0/node_modules/dependency-graph/lib" />
import { DepGraph } from 'dependency-graph';

@@ -2,0 +3,0 @@ import { ASTNode, DocumentNode, FieldNode, FragmentDefinitionNode, FragmentSpreadNode, GraphQLError, InlineFragmentNode, OperationDefinitionNode, Source } from 'graphql';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc