New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@graphql-inspector/action

Package Overview
Dependencies
Maintainers
2
Versions
568
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.02a53c5 to 0.0.0-canary.0f79587

index.js

16

package.json
{
"name": "@graphql-inspector/action",
"version": "0.0.0-canary.02a53c5",
"version": "0.0.0-canary.0f79587",
"description": "GraphQL Inspector functionality for GitHub Actions",

@@ -28,4 +28,4 @@ "sideEffects": false,

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

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

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

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

index.cjs.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