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

@graphql-inspector/audit-command

Package Overview
Dependencies
Maintainers
3
Versions
484
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0-canary.fec2df4 to 3.4.0

2

index.js

@@ -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

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