Socket
Socket
Sign inDemoInstall

@envelop/types

Package Overview
Dependencies
Maintainers
1
Versions
629
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@envelop/types - npm Package Compare versions

Comparing version 0.0.1-alpha-e5a9ab0.0 to 0.0.1

5

index.d.ts

@@ -27,5 +27,2 @@ import { DocumentNode, GraphQLSchema, Source, ParseOptions, GraphQLError, execute, parse, validate, GraphQLResolveInfo, ExecutionArgs, ExecutionResult, ValidationRule, TypeInfo } from 'graphql';

}) => void;
onRequest?: BeforeAfterHook<{
requestContext: unknown;
}, {}>;
onExecute?: (options: {

@@ -36,3 +33,3 @@ executeFn: typeof execute;

extendContext: (contextExtension: Partial<PluginContext>) => void;
}) => void | Promise<void> | OnExecuteHookResult | Promise<OnExecuteHookResult>;
}) => void | OnExecuteHookResult;
onParse?: BeforeAfterHook<{

@@ -39,0 +36,0 @@ params: {

2

package.json
{
"name": "@envelop/types",
"version": "0.0.1-alpha-e5a9ab0.0",
"version": "0.0.1",
"sideEffects": false,

@@ -5,0 +5,0 @@ "peerDependencies": {

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