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

graphql-typed

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-typed - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

1

build/ts/index.d.ts

@@ -12,2 +12,3 @@ import type { DocumentNode as BaseDocumentNode, Source, ParseOptions } from 'graphql';

readonly id: string;
readonly type?: 'query' | 'mutation' | 'subscription';
readonly name?: string;

@@ -14,0 +15,0 @@ readonly source: string;

2

package.json
{
"name": "graphql-typed",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A more strongly typed version of GraphQL's DocumentNode.",

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