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

graphql-playground-middleware

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-playground-middleware - npm Package Compare versions

Comparing version 1.2.1-beta.4 to 1.2.1-beta.5

2

dist/index.d.ts

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

export { renderPlaygroundPage, MiddlewareOptions } from './render-playground-page';
export { renderPlaygroundPage, MiddlewareOptions, RenderPageOptions } from './render-playground-page';
export interface MiddlewareOptions {
version: string;
endpoint: string;

@@ -8,2 +7,5 @@ subscriptionEndpoint?: string;

}
export declare function renderPlaygroundPage(options: MiddlewareOptions): string;
export interface RenderPageOptions extends MiddlewareOptions {
version: string;
}
export declare function renderPlaygroundPage(options: RenderPageOptions): string;
{
"name": "graphql-playground-middleware",
"version": "1.2.1-beta.4",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"version": "1.2.1-beta.5",
"homepage":
"https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware",
"description":
"GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"contributors": [

@@ -14,5 +16,3 @@ "Tim Suchanek <tim@graph.cool>",

"main": "dist/index.js",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {

@@ -22,11 +22,3 @@ "build": "tsc",

},
"keywords": [
"graphql",
"graphiql",
"playground",
"graphcool"
],
"peerDependencies": {
"express": "^4.16.2"
},
"keywords": ["graphql", "graphiql", "playground", "graphcool"],
"devDependencies": {

@@ -33,0 +25,0 @@ "@types/node": "^8.0.47",

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