graphql-playground-middleware-express
Advanced tools
Comparing version 1.3.5 to 1.3.6
{ | ||
"name": "graphql-playground-middleware-express", | ||
"version": "1.3.5", | ||
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express", | ||
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).", | ||
"version": "1.3.6", | ||
"homepage": | ||
"https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express", | ||
"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,8 +22,3 @@ "build": "tsc", | ||
}, | ||
"keywords": [ | ||
"graphql", | ||
"graphiql", | ||
"playground", | ||
"graphcool" | ||
], | ||
"keywords": ["graphql", "graphiql", "playground", "graphcool"], | ||
"peerDependencies": { | ||
@@ -37,3 +32,3 @@ "express": "^4.16.2" | ||
"dependencies": { | ||
"graphql-playground-html": "^1.3.5", | ||
"graphql-playground-html": "^1.3.6", | ||
"graphql-playground-middleware": "^1.2.1-beta.6" | ||
@@ -40,0 +35,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6574