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

graphql-playground-html

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-playground-html - npm Package Compare versions

Comparing version

to
1.5.2

2

dist/render-playground-page.d.ts

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

import { GraphQLConfigData } from 'graphql-config/lib/types';
import { GraphQLConfigData } from 'graphql-config';
export interface MiddlewareOptions {

@@ -3,0 +3,0 @@ endpoint?: string;

{
"name": "graphql-playground-html",
"version": "1.5.0",
"version": "1.5.2",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html",

@@ -29,3 +29,2 @@ "description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",

"@types/node": "8.5.5",
"graphql-config": "1.1.7",
"rimraf": "2.6.2",

@@ -38,3 +37,5 @@ "typescript": "2.6.2"

},
"dependencies": {}
"dependencies": {
"graphql-config": "1.1.7"
}
}