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 3.4.0 to 3.4.1-alpha-20230111095532-bd016dc8

8

index.js

@@ -10,5 +10,5 @@ 'use strict';

const core = require('@graphql-inspector/core');
const graphql = require('graphql');
const logger = require('@graphql-inspector/logger');
const Table = _interopDefault(require('cli-table3'));
const graphql = require('graphql');

@@ -80,6 +80,4 @@ const index = commands.createCommand(api => {

}
else if (definition.kind === 'OperationDefinition') {
if (definition.name) {
operations.set(definition.name.value, definition);
}
else if (definition.kind === 'OperationDefinition' && definition.name) {
operations.set(definition.name.value, definition);
}

@@ -86,0 +84,0 @@ }

{
"name": "@graphql-inspector/audit-command",
"version": "3.4.0",
"version": "3.4.1-alpha-20230111095532-bd016dc8",
"description": "Audit Documents in GraphQL Inspector",

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

"dependencies": {
"@graphql-inspector/commands": "3.4.0",
"@graphql-inspector/core": "3.4.0",
"@graphql-inspector/logger": "3.4.0",
"@graphql-inspector/commands": "3.4.1-alpha-20230111095532-bd016dc8",
"@graphql-inspector/core": "3.4.1-alpha-20230111095532-bd016dc8",
"@graphql-inspector/logger": "3.4.1-alpha-20230111095532-bd016dc8",
"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