graphql-playground-html
Advanced tools
Comparing version 1.3.11 to 1.3.12
@@ -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'); |
{ | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
28118
11
183
0
7
0
+ Addedgraphql-config-extension-graphcool@0.2.0(transitive)
- Removedgraphql-config-extension-graphcool@0.1.8(transitive)