Socket
Socket
Sign inDemoInstall

@graphql-inspector/validate-command

Package Overview
Dependencies
Maintainers
3
Versions
525
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-inspector/validate-command - npm Package Compare versions

Comparing version 0.0.0-canary.b784517 to 0.0.0-canary.d95a8a3

2

index.d.ts

@@ -29,2 +29,4 @@ import { GlobalArgs, CommandFactory } from '@graphql-inspector/commands';

maxDepth?: number | undefined;
maxAliasCount?: number | undefined;
maxDirectiveCount?: number | undefined;
filter?: string[] | undefined;

@@ -31,0 +33,0 @@ onlyErrors?: boolean | undefined;

@@ -176,2 +176,4 @@ 'use strict';

const maxDepth = args.maxDepth || undefined;
const maxAliasCount = args.maxAliasCount || undefined;
const maxDirectiveCount = args.maxDirectiveCount || undefined;
const strictFragments = !args.noStrictFragments;

@@ -198,2 +200,4 @@ const keepClientFields = args.keepClientFields || false;

maxDepth,
maxAliasCount,
maxDirectiveCount,
strictFragments,

@@ -200,0 +204,0 @@ keepClientFields,

8

package.json
{
"name": "@graphql-inspector/validate-command",
"version": "0.0.0-canary.b784517",
"version": "0.0.0-canary.d95a8a3",
"description": "Validate Documents in GraphQL Inspector",

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

"dependencies": {
"@graphql-inspector/commands": "0.0.0-canary.b784517",
"@graphql-inspector/core": "0.0.0-canary.b784517",
"@graphql-inspector/logger": "0.0.0-canary.b784517",
"@graphql-inspector/commands": "0.0.0-canary.d95a8a3",
"@graphql-inspector/core": "0.0.0-canary.d95a8a3",
"@graphql-inspector/logger": "0.0.0-canary.d95a8a3",
"tslib": "^2.0.0"

@@ -15,0 +15,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