Gathering detailed insights and metrics for @graphql-inspector/core
Gathering detailed insights and metrics for @graphql-inspector/core
Gathering detailed insights and metrics for @graphql-inspector/core
Gathering detailed insights and metrics for @graphql-inspector/core
🕵️♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage
npm install @graphql-inspector/core
Typescript
Module System
Min. Node Version
Node Version
NPM Version
December 09, 2024
Updated on Dec 09, 2024
November 13, 2024
Updated on Nov 13, 2024
June 03, 2024
Updated on Jun 03, 2024
May 26, 2024
Updated on May 26, 2024
May 26, 2024
Updated on May 26, 2024
November 29, 2023
Updated on Nov 29, 2023
TypeScript (86.23%)
MDX (12.12%)
JavaScript (1.45%)
Dockerfile (0.13%)
CSS (0.08%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1,712 Stars
2,371 Commits
203 Forks
11 Watchers
98 Branches
78 Contributors
Updated on Jul 03, 2025
Latest Version
6.2.1
Package Id
@graphql-inspector/core@6.2.1
Unpacked Size
551.09 kB
Size
63.46 kB
File Count
200
NPM Version
10.8.2
Node Version
18.20.5
Published on
Dec 09, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
1
GraphQL Inspector outputs a list of changes between two GraphQL schemas. Every change is precisely explained and marked as breaking, non-breaking or dangerous. It helps you validate documents and fragments against a schema and even find similar or duplicated types.
Major features:
GraphQL Inspector has a CLI and also a programmatic API, so you can use it however you want to and even build tools on top of it.
1pnpm add @graphql-inspector/core
1import { 2 diff, 3 validate, 4 similar, 5 coverage, 6 Change, 7 InvalidDocument, 8 SimilarMap, 9 SchemaCoverage 10} from '@graphql-inspector/core' 11 12// diff 13const changes: Change[] = diff(schemaA, schemaB) 14// validate 15const invalid: InvalidDocument[] = validate(documentsGlob, schema) 16// similar 17const similar: SimilarMap = similar(schema, typename, threshold) 18// coverage 19const schemaCoverage: SchemaCoverage = coverage(schema, documents) 20// ...
MIT © Kamil Kisiela
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/20 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
10 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More