Socket
Socket
Sign inDemoInstall

@graphql-inspector/config

Package Overview
Dependencies
Maintainers
3
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-inspector/config - npm Package Compare versions

Comparing version 0.0.0-canary.a883150 to 0.0.0-canary.ab31d7d

index.js

4

index.d.ts
export interface InspectorConfig {
loaders: string[];
commands: string[];
loaders: string[];
commands: string[];
}

@@ -5,0 +5,0 @@ export declare const availableCommands: string[];

{
"name": "@graphql-inspector/config",
"version": "0.0.0-canary.a883150",
"version": "0.0.0-canary.ab31d7d",
"sideEffects": false,
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0"
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},

@@ -19,8 +19,18 @@ "repository": {

"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
}
}
}
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