Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

exegesis

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exegesis - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

package.json
{
"name": "exegesis",
"version": "1.0.4",
"version": "1.0.5",
"description": "Parses OpenAPI documents",

@@ -68,3 +68,3 @@ "main": "lib/index.js",

"lint-staged": "^7.1.0",
"markdownlint-cli": "^0.11.0",
"markdownlint-cli": "^0.13.0",
"mocha": "^5.0.4",

@@ -71,0 +71,0 @@ "nyc": "^12.0.1",

@@ -78,6 +78,3 @@ # Exegesis OpenAPI Engine

in a standard node HTTP request and response. It will not modify the response,
however. Instead it returns (either via callback or Promise) an ` headers: HttpHeaders;
status: number;
body: NodeJS.ReadableStream | undefined;
`
however. Instead it returns (either via callback or Promise) and `HttpResult`
object. This is a `{headers, status, body}` object, where `body` is a readable

@@ -84,0 +81,0 @@ stream, read to be piped to the response.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc