Socket
Socket
Sign inDemoInstall

@graphql-inspector/commands

Package Overview
Dependencies
Maintainers
1
Versions
418
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-inspector/commands - npm Package Compare versions

Comparing version 0.0.0-canary.da4bdcc to 0.0.0-canary.f71f99b

7

index.cjs.js

@@ -17,5 +17,6 @@ 'use strict';

return opt;
},
interceptArguments(args) {
return args;
}, interceptArguments(args) {
return tslib.__awaiter(this, void 0, void 0, function* () {
return args;
});
} }, api)));

@@ -22,0 +23,0 @@ }

@@ -17,3 +17,3 @@ import { InspectorConfig } from '@graphql-inspector/config';

[key: string]: any;
}>(args: T): T;
}>(args: T): Promise<T>;
}

@@ -20,0 +20,0 @@ export declare type CommandFactory<T = {}, U = {}> = (api: Required<UseCommandsAPI>) => Command<T, U>;

@@ -11,5 +11,6 @@ import { __awaiter } from 'tslib';

return opt;
},
interceptArguments(args) {
return args;
}, interceptArguments(args) {
return __awaiter(this, void 0, void 0, function* () {
return args;
});
} }, api)));

@@ -16,0 +17,0 @@ }

{
"name": "@graphql-inspector/commands",
"version": "0.0.0-canary.da4bdcc",
"version": "0.0.0-canary.f71f99b",
"description": "Plugin system for commands in GraphQL Inspector",
"sideEffects": false,
"peerDependencies": {
"@graphql-inspector/config": "0.0.0-canary.da4bdcc",
"@graphql-inspector/loaders": "0.0.0-canary.da4bdcc",
"@graphql-inspector/config": "0.0.0-canary.f71f99b",
"@graphql-inspector/loaders": "0.0.0-canary.f71f99b",
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0",

@@ -10,0 +10,0 @@ "yargs": "15.3.1"

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