@graphql-inspector/validate-command
Advanced tools
Comparing version 0.0.0-canary.b784517 to 0.0.0-canary.c5a95ca
@@ -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; |
@@ -175,3 +175,5 @@ 'use strict'; | ||
const method = ((_a = args.method) === null || _a === void 0 ? void 0 : _a.toUpperCase()) || 'POST'; | ||
const maxDepth = args.maxDepth || undefined; | ||
const maxDepth = args.maxDepth != null ? args.maxDepth : undefined; | ||
const maxAliasCount = args.maxAliasCount != null ? args.maxAliasCount : undefined; | ||
const maxDirectiveCount = args.maxDirectiveCount != null ? 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, |
{ | ||
"name": "@graphql-inspector/validate-command", | ||
"version": "0.0.0-canary.b784517", | ||
"version": "0.0.0-canary.c5a95ca", | ||
"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.c5a95ca", | ||
"@graphql-inspector/core": "0.0.0-canary.c5a95ca", | ||
"@graphql-inspector/logger": "0.0.0-canary.c5a95ca", | ||
"tslib": "^2.0.0" | ||
@@ -15,0 +15,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
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
21085
526
0
+ Added@graphql-inspector/commands@0.0.0-canary.c5a95ca(transitive)
+ Added@graphql-inspector/config@0.0.0-canary.c5a95ca(transitive)
+ Added@graphql-inspector/core@0.0.0-canary.c5a95ca(transitive)
+ Added@graphql-inspector/loaders@0.0.0-canary.c5a95ca(transitive)
+ Added@graphql-inspector/logger@0.0.0-canary.c5a95ca(transitive)
- Removed@graphql-inspector/commands@0.0.0-canary.b784517(transitive)
- Removed@graphql-inspector/config@0.0.0-canary.b784517(transitive)
- Removed@graphql-inspector/core@0.0.0-canary.b784517(transitive)
- Removed@graphql-inspector/loaders@0.0.0-canary.b784517(transitive)
- Removed@graphql-inspector/logger@0.0.0-canary.b784517(transitive)