Gathering detailed insights and metrics for oas-resolver-browser
Gathering detailed insights and metrics for oas-resolver-browser
Gathering detailed insights and metrics for oas-resolver-browser
Gathering detailed insights and metrics for oas-resolver-browser
Convert Swagger 2.0 definitions to OpenAPI 3.0 and resolve/validate/lint
npm install oas-resolver-browser
Typescript
Module System
Node Version
NPM Version
JavaScript (99.68%)
Shell (0.23%)
Dockerfile (0.09%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
BSD-3-Clause License
725 Stars
1,254 Commits
120 Forks
14 Watchers
26 Branches
14 Contributors
Updated on Jul 07, 2025
Latest Version
2.5.6
Package Id
oas-resolver-browser@2.5.6
Unpacked Size
28.40 kB
Size
6.81 kB
File Count
5
NPM Version
6.14.14
Node Version
12.22.1
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
Forked from https://github.com/Mermade/oas-kit
v2.5.0
1const yaml = require('yaml'); 2const input = yaml.parse(str); 3const source = url; // or filename 4resolver.resolve(input,source,options) 5.then(function(options){ 6 fs.writeFileSync(outputFile,yaml.stringify(options.openapi),'utf8'); 7}) 8.catch(function(ex){ 9 // ... 10});
See here for complete documentation of the options
object.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/10 approved changesets -- score normalized to 0
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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
54 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