graphql-server-module-graphiql
Advanced tools
Comparing version 0.5.2 to 0.6.0
"use strict"; | ||
var GRAPHIQL_VERSION = '0.8.0'; | ||
var GRAPHIQL_VERSION = '0.9.1'; | ||
function safeSerialize(data) { | ||
@@ -4,0 +4,0 @@ return data ? JSON.stringify(data).replace(/\//g, '\\/') : null; |
{ | ||
"name": "graphql-server-module-graphiql", | ||
"version": "0.5.2", | ||
"version": "0.6.0", | ||
"description": "GraphiQL renderer for Apollo GraphQL Server", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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