@graphql-inspector/audit-command
Advanced tools
Comparing version 0.0.0-canary.fec2df4 to 3.4.0
@@ -102,3 +102,3 @@ 'use strict'; | ||
const complexity = core.calculateOperationComplexity(operation, args.complexityConfig, getFragmentReference); | ||
results.push([name, depth, aliases, directives, tokenCount.toFixed(2), complexity]); | ||
results.push([name, depth, aliases, directives, tokenCount, complexity.toFixed(2)]); | ||
maxDepth = Math.max(maxDepth, depth); | ||
@@ -105,0 +105,0 @@ maxAliases = Math.max(maxAliases, aliases); |
{ | ||
"name": "@graphql-inspector/audit-command", | ||
"version": "0.0.0-canary.fec2df4", | ||
"version": "3.4.0", | ||
"description": "Audit Documents in GraphQL Inspector", | ||
@@ -10,5 +10,5 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-inspector/commands": "0.0.0-canary.fec2df4", | ||
"@graphql-inspector/core": "0.0.0-canary.fec2df4", | ||
"@graphql-inspector/logger": "0.0.0-canary.fec2df4", | ||
"@graphql-inspector/commands": "3.4.0", | ||
"@graphql-inspector/core": "3.4.0", | ||
"@graphql-inspector/logger": "3.4.0", | ||
"cli-table3": "0.6.2", | ||
@@ -15,0 +15,0 @@ "tslib": "^2.0.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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
12310
1
+ Added@graphql-inspector/commands@3.4.0(transitive)
+ Added@graphql-inspector/config@3.4.0(transitive)
+ Added@graphql-inspector/core@3.4.0(transitive)
+ Added@graphql-inspector/loaders@3.4.0(transitive)
+ Added@graphql-inspector/logger@3.4.0(transitive)
- Removed@graphql-inspector/commands@0.0.0-canary.fec2df4(transitive)
- Removed@graphql-inspector/config@0.0.0-canary.fec2df4(transitive)
- Removed@graphql-inspector/core@0.0.0-canary.fec2df4(transitive)
- Removed@graphql-inspector/loaders@0.0.0-canary.fec2df4(transitive)
- Removed@graphql-inspector/logger@0.0.0-canary.fec2df4(transitive)