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 1.30.4 to 2.0.0-rc.0

2

index.cjs.js

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

function useCommands(api) {
return api.config.use.commands.map((name) => loadCommand(name)(api));
return api.config.commands.map((name) => loadCommand(name)(api));
}

@@ -15,0 +15,0 @@ function createCommand(factory) {

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

function useCommands(api) {
return api.config.use.commands.map((name) => loadCommand(name)(api));
return api.config.commands.map((name) => loadCommand(name)(api));
}

@@ -9,0 +9,0 @@ function createCommand(factory) {

{
"name": "@graphql-inspector/commands",
"version": "1.30.4",
"version": "2.0.0-rc.0",
"description": "Plugin system for commands in GraphQL Inspector",
"peerDependencies": {
"@graphql-inspector/config": "1.30.4",
"@graphql-inspector/loaders": "1.30.4",
"@graphql-inspector/config": "2.0.0-rc.0",
"@graphql-inspector/loaders": "2.0.0-rc.0",
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0",

@@ -9,0 +9,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