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
2
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.11 to 1.3.12

README.md

1

dist/render-playground-page.js

@@ -71,2 +71,3 @@ "use strict";

config = _a.sent();
console.log('patched-config', config);
configPath = graphql_config_1.findGraphQLConfigFile(process.cwd());

@@ -73,0 +74,0 @@ configString = fs.readFileSync(configPath, 'utf-8');

6

package.json
{
"name": "graphql-playground-html",
"version": "1.3.11",
"version": "1.3.12",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html",

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

"build": "tsc",
"prepublishOnly": "npm run build"
"prepare": "npm run build"
},

@@ -39,4 +39,4 @@ "keywords": [

"graphql-config": "^1.1.1",
"graphql-config-extension-graphcool": "^0.1.6"
"graphql-config-extension-graphcool": "^0.2.0"
}
}

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