Socket
Socket
Sign inDemoInstall

@graphql-inspector/validate-command

Package Overview
Dependencies
42
Maintainers
2
Versions
516
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.2 to 3.1.3

__tests__/validate-command.ts

63

package.json
{
"name": "@graphql-inspector/validate-command",
"version": "3.1.2",
"version": "3.1.3",
"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.1.2",
"@graphql-inspector/core": "3.1.2",
"@graphql-inspector/logger": "3.1.2",
"tslib": "^2.0.0"
},
"repository": {
"type": "git",
"url": "kamilkisiela/graphql-inspector",
"directory": "packages/commands/validate"
},
"keywords": [

@@ -26,2 +11,19 @@ "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": {

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

"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
"repository": {
"type": "git",
"url": "kamilkisiela/graphql-inspector",
"directory": "packages/commands/validate"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
}
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-inspector/commands": "3.1.3",
"@graphql-inspector/core": "3.1.3",
"@graphql-inspector/logger": "3.1.3",
"tslib": "^2.0.0"
},
"scripts": {
"prepack": "bob prepack"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc