@graphql-inspector/action
Advanced tools
Comparing version 0.0.0-canary.02a53c5 to 0.0.0-canary.0f79587
{ | ||
"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" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
706286
22293
8
8