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

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 0.1.0-alpha.0 to 0.1.0-alpha.1

4

dist/index.d.ts

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

import { GraphQLServiceContext, GraphQLRequestContext } from 'apollo-server-core/dist/requestPipelineAPI';
export { GraphQLServiceContext, GraphQLRequestContext };
import { GraphQLServiceContext, GraphQLRequestContext, GraphQLRequest, GraphQLResponse } from 'apollo-server-core/dist/requestPipelineAPI';
export { GraphQLServiceContext, GraphQLRequestContext, GraphQLRequest, GraphQLResponse, };
declare type ValueOrPromise<T> = T | Promise<T>;

@@ -4,0 +4,0 @@ export declare abstract class ApolloServerPlugin {

{
"name": "apollo-server-plugin-base",
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"description": "Apollo Server plugin base classes",

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

"devDependencies": {
"apollo-server-core": "2.2.0-alpha.0",
"apollo-server-env": "2.1.0-alpha.0"
"apollo-server-core": "2.2.0-alpha.1",
"apollo-server-env": "2.1.0-alpha.1"
},

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

},
"gitHead": "dec2b94a0e309c1c75b3e9f3d7b4011e36a7e48a"
"gitHead": "5b8388323325c14970601310d7864b86010cbebe"
}
import {
GraphQLServiceContext,
GraphQLRequestContext,
GraphQLRequest,
GraphQLResponse,
} from 'apollo-server-core/dist/requestPipelineAPI';
export { GraphQLServiceContext, GraphQLRequestContext };
export {
GraphQLServiceContext,
GraphQLRequestContext,
GraphQLRequest,
GraphQLResponse,
};

@@ -7,0 +14,0 @@ type ValueOrPromise<T> = T | Promise<T>;

Sorry, the diff of this file is not supported yet

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