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

@graphql-inspector/validate-command

Package Overview
Dependencies
Maintainers
3
Versions
535
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 3.4.2-alpha-20230207142419-c4dff9d9 to 3.4.2-alpha-20230207142503-f154f6fd

2

index.d.ts

@@ -0,4 +1,4 @@

import { GraphQLSchema } from 'graphql';
import { CommandFactory, GlobalArgs } from '@graphql-inspector/commands';
import { Source as DocumentSource } from '@graphql-tools/utils';
import { GraphQLSchema } from 'graphql';
export { CommandFactory };

@@ -5,0 +5,0 @@ export declare function handler({ schema, documents, strictFragments, maxDepth, maxDirectiveCount, maxAliasCount, maxTokenCount, apollo, keepClientFields, failOnDeprecated, filter, onlyErrors, relativePaths, output, silent, }: {

@@ -8,6 +8,6 @@ 'use strict';

const path = require('path');
const graphql = require('graphql');
const commands = require('@graphql-inspector/commands');
const core = require('@graphql-inspector/core');
const logger = require('@graphql-inspector/logger');
const graphql = require('graphql');

@@ -14,0 +14,0 @@ function handler({ schema, documents, strictFragments, maxDepth, maxDirectiveCount, maxAliasCount, maxTokenCount, apollo, keepClientFields, failOnDeprecated, filter, onlyErrors, relativePaths, output, silent, }) {

{
"name": "@graphql-inspector/validate-command",
"version": "3.4.2-alpha-20230207142419-c4dff9d9",
"version": "3.4.2-alpha-20230207142503-f154f6fd",
"description": "Validate Documents in GraphQL Inspector",

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

"dependencies": {
"@graphql-inspector/commands": "3.4.1-alpha-20230207142419-c4dff9d9",
"@graphql-inspector/commands": "3.4.1-alpha-20230207142503-f154f6fd",
"@graphql-inspector/core": "3.5.0",

@@ -13,0 +13,0 @@ "@graphql-inspector/logger": "3.4.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