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
1
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 1.3.7-alpha.3 to 1.3.7-alpha.4

1

dist/render-playground-page.d.ts

@@ -6,2 +6,3 @@ export interface MiddlewareOptions {

folderName?: string;
env?: any;
}

@@ -8,0 +9,0 @@ export interface RenderPageOptions extends MiddlewareOptions {

5

dist/render-playground-page.js

@@ -57,3 +57,3 @@ "use strict";

var folderName;
var env;
// let env
function init() {

@@ -77,3 +77,2 @@ return __awaiter(this, void 0, void 0, function () {

folderName = path.basename(process.cwd());
env = graphql_config_1.getUsedEnvs(config);
return [3 /*break*/, 4];

@@ -94,3 +93,3 @@ case 3:

configString: configString,
folderName: folderName, canSaveConfig: false, env: env });
folderName: folderName, canSaveConfig: false });
if (!extendedOptions.endpoint && !extendedOptions.configString) {

@@ -97,0 +96,0 @@ /* tslint:disable-next-line */

{
"name": "graphql-playground-html",
"version": "1.3.7-alpha.3",
"version": "1.3.7-alpha.4",
"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