Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@graphql-inspector/action

Package Overview
Dependencies
Maintainers
3
Versions
556
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-inspector/action - npm Package Compare versions

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

index.js

24

package.json
{
"name": "@graphql-inspector/action",
"version": "0.0.0-canary.da4bdcc",
"version": "0.0.0-canary.e5ed377",
"description": "GraphQL Inspector functionality for GitHub Actions",
"sideEffects": false,
"dependencies": {
"@actions/core": "1.2.4",
"@actions/github": "2.2.0",
"@graphql-inspector/core": "0.0.0-canary.da4bdcc",
"@graphql-inspector/github": "0.0.0-canary.da4bdcc",
"js-yaml": "3.14.0",
"probot": "9.11.3",
"tslib": "^2.0.0"
"probot": "11.3.0"
},

@@ -34,4 +28,4 @@ "repository": {

"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",

@@ -41,2 +35,12 @@ "typescript": {

},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
}
},
"bin": {

@@ -43,0 +47,0 @@ "graphql-inspector-github": "./index.js"

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