New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.0 to 1.0.1-alpha-65d6f6f.0

8

graphql.d.ts

@@ -1,3 +0,3 @@

import type { DocumentNode, GraphQLFieldResolver, GraphQLSchema, SubscriptionArgs, ExecutionResult, ExecutionArgs, GraphQLTypeResolver } from 'graphql';
import type { Maybe, PromiseOrValue, AsyncIterableIteratorOrValue } from './utils';
import type { DocumentNode, GraphQLFieldResolver, GraphQLSchema, SubscriptionArgs, ExecutionArgs, GraphQLTypeResolver, subscribe, execute } from 'graphql';
import type { Maybe } from './utils';
export declare type PolymorphicExecuteArguments = [ExecutionArgs] | [

@@ -15,3 +15,3 @@ GraphQLSchema,

];
export declare type ExecuteFunction = (...args: PolymorphicExecuteArguments) => PromiseOrValue<AsyncIterableIteratorOrValue<ExecutionResult>>;
export declare type ExecuteFunction = typeof execute;
export declare type PolymorphicSubscribeArguments = [SubscriptionArgs] | [

@@ -29,2 +29,2 @@ GraphQLSchema,

];
export declare type SubscribeFunction = (...args: PolymorphicSubscribeArguments) => PromiseOrValue<AsyncIterableIteratorOrValue<ExecutionResult>>;
export declare type SubscribeFunction = typeof subscribe;
{
"name": "@envelop/types",
"version": "1.0.0",
"version": "1.0.1-alpha-65d6f6f.0",
"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