New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graphql

Package Overview
Dependencies
Maintainers
7
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql - npm Package Compare versions

Comparing version 16.3.0-canary.pr.3418.64c65ba6a2e7e923ed9a476c945f3c72da7a6c7f to 16.3.0-canary.pr.3418.662180be9091ee1edf699b4cf4922bd5b7705297

5

index.d.ts

@@ -217,2 +217,3 @@ /**

DirectiveLocationEnum,
ASTReducer,
ASTVisitor,

@@ -234,2 +235,6 @@ ASTVisitFn,

ArgumentNode,
NullabilityDesignatorNode,
RequiredDesignatorNode,
OptionalDesignatorNode,
ListNullabilityNode,
ConstArgumentNode,

@@ -236,0 +241,0 @@ FragmentSpreadNode,

11

language/index.d.ts

@@ -20,3 +20,8 @@ export { Source } from './source';

} from './visitor';
export type { ASTVisitor, ASTVisitFn, ASTVisitorKeyMap } from './visitor';
export type {
ASTVisitor,
ASTVisitFn,
ASTVisitorKeyMap,
ASTReducer,
} from './visitor';
export { Location, Token, OperationTypeNode } from './ast';

@@ -36,2 +41,6 @@ export type {

FieldNode,
NullabilityDesignatorNode,
RequiredDesignatorNode,
OptionalDesignatorNode,
ListNullabilityNode,
ArgumentNode,

@@ -38,0 +47,0 @@ ConstArgumentNode,

2

package.json
{
"name": "graphql",
"version": "16.3.0-canary.pr.3418.64c65ba6a2e7e923ed9a476c945f3c72da7a6c7f",
"version": "16.3.0-canary.pr.3418.662180be9091ee1edf699b4cf4922bd5b7705297",
"description": "A Query Language and Runtime which can target any service.",

@@ -5,0 +5,0 @@ "license": "MIT",

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