Socket
Socket
Sign inDemoInstall

@graphql-inspector/validate-command

Package Overview
Dependencies
Maintainers
2
Versions
525
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.1.4 to 3.2.0

index.d.ts

63

package.json
{
"name": "@graphql-inspector/validate-command",
"version": "3.1.4",
"version": "3.2.0",
"description": "Validate Documents in GraphQL Inspector",
"sideEffects": false,
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-inspector/commands": "3.2.0",
"@graphql-inspector/core": "3.2.0",
"@graphql-inspector/logger": "3.2.0",
"tslib": "^2.0.0"
},
"repository": {
"type": "git",
"url": "kamilkisiela/graphql-inspector",
"directory": "packages/commands/validate"
},
"keywords": [

@@ -11,19 +26,2 @@ "graphql",

],
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./*": {
"require": "./dist/*.js",
"import": "./dist/*.mjs"
}
},
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
},
"author": {

@@ -35,19 +33,18 @@ "name": "Kamil Kisiela",

"license": "MIT",
"repository": {
"type": "git",
"url": "kamilkisiela/graphql-inspector",
"directory": "packages/commands/validate"
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-inspector/commands": "3.1.4",
"@graphql-inspector/core": "3.1.4",
"@graphql-inspector/logger": "3.1.4",
"tslib": "^2.0.0"
},
"scripts": {
"prepack": "bob prepack"
"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