Socket
Socket
Sign inDemoInstall

apollo-server-plugin-base

Package Overview
Dependencies
Maintainers
1
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-server-plugin-base - npm Package Compare versions

Comparing version 3.1.1 to 3.2.0-alpha.0

1

dist/index.d.ts

@@ -11,2 +11,3 @@ import { AnyFunctionMap, BaseContext, GraphQLServiceContext, GraphQLRequestContext, GraphQLRequest, GraphQLResponse, WithRequired, GraphQLFieldResolverParams, GraphQLRequestContextDidResolveSource, GraphQLRequestContextParsingDidStart, GraphQLRequestContextValidationDidStart, GraphQLRequestContextDidResolveOperation, GraphQLRequestContextDidEncounterErrors, GraphQLRequestContextResponseForOperation, GraphQLRequestContextExecutionDidStart, GraphQLRequestContextWillSendResponse, GraphQLSchemaContext } from 'apollo-server-types';

renderLandingPage?(): Promise<LandingPage>;
drainServer?(): Promise<void>;
}

@@ -13,0 +14,0 @@ export interface LandingPage {

6

package.json
{
"name": "apollo-server-plugin-base",
"version": "3.1.1",
"version": "3.2.0-alpha.0",
"description": "Apollo Server plugin base classes",

@@ -14,3 +14,3 @@ "main": "dist/index.js",

"dependencies": {
"apollo-server-types": "^3.1.1"
"apollo-server-types": "^3.2.0-alpha.0"
},

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

},
"gitHead": "eb06724ca43042fcbf6e04e1de1dc2e5acfadf33"
"gitHead": "211cd84ce3d2c9be90248e6a69c8c26bf8d1cc17"
}

@@ -72,2 +72,5 @@ import {

renderLandingPage?(): Promise<LandingPage>;
// FIXME docs
drainServer?(): Promise<void>;
}

@@ -74,0 +77,0 @@

Sorry, the diff of this file is not supported yet

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