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

@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.4.1 to 0.4.2

2

context-types.d.ts

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

import { GetEnvelopedFn } from 'packages/core/src';
import { GetEnvelopedFn } from './get-enveloped';
import { Plugin } from './plugin';

@@ -3,0 +3,0 @@ import { Spread, TuplifyUnion, Unarray } from './utils';

import { DocumentNode, execute, ExecutionArgs, ExecutionResult, GraphQLError, GraphQLResolveInfo, GraphQLSchema, parse, ParseOptions, Source, subscribe, SubscriptionArgs, TypeInfo, validate, ValidationRule } from 'graphql';
import { Maybe } from 'graphql/jsutils/Maybe';
import { PromiseOrValue } from 'graphql/jsutils/PromiseOrValue';
import { DefaultContext } from 'packages/core/src';
import { DefaultContext } from './context-types';
import { Plugin } from './plugin';

@@ -6,0 +6,0 @@ export declare type DefaultArgs = Record<string, unknown>;

{
"name": "@envelop/types",
"version": "0.4.1",
"version": "0.4.2",
"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