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
1
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 0.0.0-canary.da4bdcc to 0.0.0-canary.f71f99b

2

index.cjs.js

@@ -56,3 +56,3 @@ 'use strict';

return tslib.__awaiter(this, void 0, void 0, function* () {
interceptArguments(args);
yield interceptArguments(args);
const { headers, token } = commands.parseGlobalArgs(args);

@@ -59,0 +59,0 @@ const schema = yield loaders.loadSchema(args.schema, {

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

import { GlobalArgs } from '@graphql-inspector/commands';
declare const _default: import("../../commands/src").CommandFactory<{}, {
import { GlobalArgs, CommandFactory } from '@graphql-inspector/commands';
export { CommandFactory };
declare const _default: CommandFactory<{}, {
schema: string;

@@ -4,0 +5,0 @@ documents: string;

@@ -54,3 +54,3 @@ import { __awaiter } from 'tslib';

return __awaiter(this, void 0, void 0, function* () {
interceptArguments(args);
yield interceptArguments(args);
const { headers, token } = parseGlobalArgs(args);

@@ -57,0 +57,0 @@ const schema = yield loaders.loadSchema(args.schema, {

{
"name": "@graphql-inspector/validate-command",
"version": "0.0.0-canary.da4bdcc",
"version": "0.0.0-canary.f71f99b",
"description": "Validate Documents in GraphQL Inspector",

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

"dependencies": {
"@graphql-inspector/commands": "0.0.0-canary.da4bdcc",
"@graphql-inspector/core": "0.0.0-canary.da4bdcc",
"@graphql-inspector/logger": "0.0.0-canary.da4bdcc",
"@graphql-inspector/commands": "0.0.0-canary.f71f99b",
"@graphql-inspector/core": "0.0.0-canary.f71f99b",
"@graphql-inspector/logger": "0.0.0-canary.f71f99b",
"tslib": "^2.0.0"

@@ -15,0 +15,0 @@ },

Sorry, the diff of this file is not supported yet

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