graphql-config-parser
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "graphql-config-parser", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)", | ||
@@ -46,9 +46,9 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"@types/node": "^6.0.31", | ||
"@types/node-fetch": "0.0.1", | ||
"ava": "^0.15.2", | ||
"babel-polyfill": "^6.13.0", | ||
"babel-preset-es2015": "^6.13.1", | ||
"babel-preset-stage-0": "^6.5.0", | ||
"tslint": "^3.14.0", | ||
"@types/node": "^6.0.41", | ||
"@types/node-fetch": "0.0.4", | ||
"ava": "^0.16.0", | ||
"babel-polyfill": "^6.16.0", | ||
"babel-preset-es2015": "^6.16.0", | ||
"babel-preset-stage-0": "^6.16.0", | ||
"tslint": "^3.15.1", | ||
"tslint-config-standard": "^1.3.0", | ||
@@ -58,6 +58,6 @@ "typescript": "^2.1.0-dev.20160805" | ||
"dependencies": { | ||
"graphql": "^0.6.2", | ||
"node-fetch": "^1.6.0", | ||
"graphql": "^0.7.1", | ||
"node-fetch": "^1.6.3", | ||
"valid-url": "^1.0.9" | ||
} | ||
} |
@@ -106,1 +106,2 @@ "use strict"; | ||
} | ||
exports.parseConfigJson = parseConfigJson; |
@@ -106,3 +106,3 @@ import { isWebUri } from 'valid-url' | ||
function parseConfigJson (json: any): Config { | ||
export function parseConfigJson (json: any): Config { | ||
if (json.file) { | ||
@@ -109,0 +109,0 @@ return { |
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
16657
6
220
1
+ Addedgraphql@0.7.2(transitive)
- Removedgraphql@0.6.2(transitive)
Updatedgraphql@^0.7.1
Updatednode-fetch@^1.6.3