Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphql-config

Package Overview
Dependencies
Maintainers
4
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-config - npm Package Compare versions

Comparing version 4.4.0-alpha-20221224070752-de78550 to 4.4.0-alpha-20221224091743-8d71b7f

128

config-schema.json

@@ -15,2 +15,16 @@ {

"definitions": {
"DocumentPointer": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "string"
}
],
"title": "DocumentPointer"
},
"IExtensions": {

@@ -26,27 +40,7 @@ "additionalProperties": {},

"documents": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "string"
}
],
"$ref": "#/definitions/DocumentPointer",
"title": "documents"
},
"exclude": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "string"
}
],
"$ref": "#/definitions/WithList<string>",
"title": "exclude"

@@ -59,46 +53,7 @@ },

"include": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "string"
}
],
"$ref": "#/definitions/WithList<string>",
"title": "include"
},
"schema": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"items": {
"additionalProperties": {
"properties": {
"headers": {
"additionalProperties": {
"type": "string"
},
"title": "headers",
"type": "object"
}
},
"required": ["headers"],
"type": "object"
},
"type": "object"
},
"type": "array"
},
{
"type": "string"
}
],
"$ref": "#/definitions/SchemaPointer",
"title": "schema"

@@ -162,2 +117,49 @@ }

"type": "object"
},
"SchemaPointer": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"items": {
"additionalProperties": {
"properties": {
"headers": {
"additionalProperties": {
"type": "string"
},
"title": "headers",
"type": "object"
}
},
"required": ["headers"],
"type": "object"
},
"type": "object"
},
"type": "array"
},
{
"type": "string"
}
],
"title": "SchemaPointer"
},
"WithList<string>": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "string"
}
],
"title": "WithList<string>"
}

@@ -164,0 +166,0 @@ },

{
"name": "graphql-config",
"version": "4.4.0-alpha-20221224070752-de78550",
"version": "4.4.0-alpha-20221224091743-8d71b7f",
"description": "The easiest way to configure your development environment with your GraphQL schema (supported by most tools, editors & IDEs)",

@@ -5,0 +5,0 @@ "sideEffects": false,

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