Gathering detailed insights and metrics for @stoplight/spectral-ref-resolver
Gathering detailed insights and metrics for @stoplight/spectral-ref-resolver
Gathering detailed insights and metrics for @stoplight/spectral-ref-resolver
Gathering detailed insights and metrics for @stoplight/spectral-ref-resolver
A flexible JSON/YAML linter for creating automated style guides, with baked in support for OpenAPI (v3.1, v3.0, and v2.0), Arazzo v1.0, as well as AsyncAPI v2.x.
npm install @stoplight/spectral-ref-resolver
Typescript
Module System
Min. Node Version
Node Version
NPM Version
96.4
Supply Chain
65.1
Quality
78.4
Maintenance
100
Vulnerability
99.6
License
TypeScript (96.99%)
JavaScript (2.66%)
HTML (0.18%)
Shell (0.1%)
Dockerfile (0.07%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
2,772 Stars
2,126 Commits
259 Forks
33 Watchers
25 Branches
163 Contributors
Updated on Jul 11, 2025
Latest Version
1.0.5
Package Id
@stoplight/spectral-ref-resolver@1.0.5
Unpacked Size
14.87 kB
Size
5.46 kB
File Count
9
NPM Version
8.19.4
Node Version
20.18.0
Published on
Nov 13, 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
This package provides Spectral-compatible bindings for @stoplight/json-ref-resolver and @stoplight/json-ref-readers.
You shouldn't need to install this package directly unless you want to create a custom JSON refs resolver
1npm install --save @stoplight/spectral-ref-resolver 2 3# OR 4 5yarn add @stoplight/spectral-ref-resolver
An example usage of spectral-ref-resolver together with proxy-agent.
1import { createHttpAndFileResolver, Resolver } from '@stoplight/spectral-ref-resolver'; 2import ProxyAgent from import('proxy-agent'); 3 4module.exports = createHttpAndFileResolver({ agent: new ProxyAgent(process.env.PROXY) });
No vulnerabilities found.
Reason
9 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 7/27 approved changesets -- score normalized to 2
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
16 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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