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
79.7
Supply Chain
66.1
Quality
78.5
Maintenance
100
Vulnerability
99.6
License
TypeScript (96.98%)
JavaScript (2.68%)
HTML (0.17%)
Shell (0.1%)
Dockerfile (0.07%)
Total Downloads
49,176,601
Last Day
123,164
Last Week
529,637
Last Month
2,234,248
Last Year
27,049,124
2,601 Stars
2,098 Commits
243 Forks
34 Watching
22 Branches
155 Contributors
Minified
Minified + Gzipped
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
Publised On
13 Nov 2024
Cumulative downloads
Total Downloads
Last day
1.3%
123,164
Compared to previous day
Last week
-12.6%
529,637
Compared to previous week
Last month
4%
2,234,248
Compared to previous month
Last year
65.1%
27,049,124
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
no dangerous workflow patterns detected
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
7 existing vulnerabilities detected
Details
Reason
Found 3/27 approved changesets -- score normalized to 1
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
Project has not signed or included provenance with any releases.
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
Score
Last Scanned on 2025-01-27
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