New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graphql-config-parser

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-config-parser - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

src/index.js.map

20

package.json
{
"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 {

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