New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.3.0 to 0.3.1

3

index.d.ts
import { DocumentNode as BaseDocumentNode, Source, ParseOptions } from 'graphql';
export interface GraphQLOperation<Data = {}, Variables = {}, DeepPartial = {}> {
readonly __typeData?: Data;
readonly __typeVariables?: Variables;
readonly __typeDeepPartial?: DeepPartial;
}

@@ -4,0 +7,0 @@ export interface DocumentNode<Data = {}, Variables = {}, DeepPartial = {}> extends BaseDocumentNode, GraphQLOperation<Data, Variables, DeepPartial> {

2

package.json
{
"name": "graphql-typed",
"version": "0.3.0",
"version": "0.3.1",
"description": "A more strongly typed version of GraphQL's DocumentNode.",

@@ -5,0 +5,0 @@ "main": "index.js",

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