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

@apollographql/graphql-playground-html

Package Overview
Dependencies
Maintainers
6
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollographql/graphql-playground-html - npm Package Compare versions

Comparing version 1.6.28 to 1.6.29

6

dist/render-playground-page.js

@@ -47,7 +47,3 @@ "use strict";

}
if (!extendedOptions.endpoint && !extendedOptions.configString) {
/* tslint:disable-next-line */
console.warn("WARNING: You didn't provide an endpoint and don't have a .graphqlconfig. Make sure you have at least one of them.");
}
else if (extendedOptions.endpoint) {
if (extendedOptions.endpoint) {
extendedOptions.endpoint = filter(extendedOptions.endpoint || '');

@@ -54,0 +50,0 @@ }

2

package.json
{
"name": "@apollographql/graphql-playground-html",
"version": "1.6.28",
"version": "1.6.29",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html",

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

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