@graphql-inspector/config
Advanced tools
Comparing version 0.0.0-canary.a883150 to 0.0.0-canary.b784517
export interface InspectorConfig { | ||
loaders: string[]; | ||
commands: string[]; | ||
loaders: string[]; | ||
commands: string[]; | ||
} | ||
@@ -5,0 +5,0 @@ export declare const availableCommands: string[]; |
{ | ||
"name": "@graphql-inspector/config", | ||
"version": "0.0.0-canary.a883150", | ||
"version": "0.0.0-canary.b784517", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0" | ||
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
@@ -19,8 +19,18 @@ "repository": { | ||
"license": "MIT", | ||
"main": "index.cjs.js", | ||
"module": "index.esm.js", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"typings": "index.d.ts", | ||
"typescript": { | ||
"definition": "index.d.ts" | ||
}, | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"import": "./index.mjs" | ||
}, | ||
"./*": { | ||
"require": "./*.js", | ||
"import": "./*.mjs" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6521
4
125
2