
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
openapi-resolver
Advanced tools
Open API Resolver - Javascript library to connect to parse and resolve openapi-enabled APIs via browser or nodejs
OpenAPI Resolver is a JavaScript module that allows you to fetch, resolve, and interact with Swagger/OpenAPI documents.
This is the new version of swagger-js, 3.x. The OpenAPI Resolver replaces swagger-js.
The OpenAPI Specification has undergone multiple revisions since initial creation in 2010. Compatibility between OpenAPI Resolver and the OpenAPI Specification is as follows:
| OpenAPI Resolver Version | Release Date | OpenAPI Spec compatibility | Notes |
|---|---|---|---|
| 4.x | 2022-07-24 | 2.0, 3.0, 3.1, 3.2 | |
| 3.10.x | 2020-01-17 | 2.0, 3.0.0 |
We publish single module to npm: openapi-resolver.
openapi-resolver is meant for consumption by any JavaScript engine (node.js, browser, etc...).
The npm package contains transpiled and minified ES5 compatible code.
$ npm install openapi-resolver
After installed successfully:
import openApiResolver from 'openapi-resolver';
const openApiResolver = require('openapi-resolver');
import openApiResolver from 'openapi-resolver';
const spec = await openApiResolver('http://petstore.swagger.io/v2/swagger.json');
openapi-resolver works in the latest versions of Chrome, Safari, Firefox, and Edge.Please disclose any security-related issues or vulnerabilities by emailing security@authress.io, instead of using the public issue tracker.
FAQs
Open API Resolver - Javascript library to connect to parse and resolve openapi-enabled APIs via browser or nodejs
The npm package openapi-resolver receives a total of 7,049 weekly downloads. As such, openapi-resolver popularity was classified as popular.
We found that openapi-resolver demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.