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.13 to 1.4.0

2

dist/render-playground-page.js

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

config = graphql_config_1.resolveEnvsInValues(config, env);
return [4 /*yield*/, graphql_config_extension_graphcool_1.patchEndpointsToConfig(config, process.cwd(), env)];
return [4 /*yield*/, graphql_config_extension_graphcool_1.patchEndpointsToConfigData(config, process.cwd(), env)];
case 1:

@@ -71,0 +71,0 @@ config = _a.sent();

{
"name": "graphql-playground-html",
"version": "1.3.13",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html",
"description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"version": "1.4.0",
"homepage":
"https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-html",
"description":
"GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",
"contributors": [

@@ -14,15 +16,8 @@ "Tim Suchanek <tim@graph.cool>",

"main": "dist/index.js",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsc",
"build": "rimraf dist && tsc",
"prepare": "npm run build"
},
"keywords": [
"graphql",
"graphiql",
"playground",
"graphcool"
],
"keywords": ["graphql", "graphiql", "playground", "graphcool"],
"devDependencies": {

@@ -39,4 +34,4 @@ "@types/node": "^8.5.2",

"graphql-config": "^1.1.1",
"graphql-config-extension-graphcool": "^0.2.0"
"graphql-config-extension-graphcool": "^1.0.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