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

graphql-server-module-graphiql

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-server-module-graphiql - npm Package Compare versions

Comparing version 0.5.2 to 0.6.0

2

dist/renderGraphiQL.js
"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",

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