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

@envelop/core

Package Overview
Dependencies
Maintainers
1
Versions
1425
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@envelop/core - npm Package Compare versions

Comparing version 1.4.0-alpha-e8998c9.0 to 1.4.0-alpha-ed2d5ef.0

3

orchestrator.d.ts

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

import { ArbitraryObject, EnvelopContextFnWrapper, GetEnvelopedFn, Plugin, DefaultContext } from '@envelop/types';
import { ArbitraryObject, EnvelopContextFnWrapper, GetEnvelopedFn, Plugin, DefaultContext, Maybe } from '@envelop/types';
import { GraphQLSchema } from 'graphql';
import { Maybe } from 'graphql/jsutils/Maybe';
export declare type EnvelopOrchestrator<InitialContext extends ArbitraryObject = ArbitraryObject, PluginsContext extends ArbitraryObject = ArbitraryObject> = {

@@ -5,0 +4,0 @@ init: (initialContext?: Maybe<InitialContext>) => void;

{
"name": "@envelop/core",
"version": "1.4.0-alpha-e8998c9.0",
"version": "1.4.0-alpha-ed2d5ef.0",
"sideEffects": false,

@@ -9,3 +9,3 @@ "peerDependencies": {

"dependencies": {
"@envelop/types": "1.3.0-alpha-e8998c9.0"
"@envelop/types": "1.3.0-alpha-ed2d5ef.0"
},

@@ -12,0 +12,0 @@ "repository": {

import { ASTNode, DocumentNode, OperationDefinitionNode, Source, ExecutionResult, SubscriptionArgs, ExecutionArgs } from 'graphql';
import { AsyncIterableIteratorOrValue, ExecuteFunction, SubscribeFunction } from '@envelop/types';
import { PromiseOrValue } from 'graphql/jsutils/PromiseOrValue';
import { AsyncIterableIteratorOrValue, ExecuteFunction, SubscribeFunction, PromiseOrValue } from '@envelop/types';
export declare const envelopIsIntrospectionSymbol: unique symbol;

@@ -5,0 +4,0 @@ export declare function isOperationDefinition(def: ASTNode): def is OperationDefinitionNode;

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