Socket
Socket
Sign inDemoInstall

exegesis-express

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exegesis-express - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

4

package.json
{
"name": "exegesis-express",
"version": "0.1.1",
"version": "0.2.0",
"description": "Express middleware to handle OpenAPI 3.x.",

@@ -61,3 +61,3 @@ "main": "dist/index.js",

"@types/chai": "^4.1.3",
"exegesis": "^0.1.0"
"exegesis": "^0.2.0"
},

@@ -64,0 +64,0 @@ "devDependencies": {

@@ -34,10 +34,7 @@ # exegesis-express

const options {
controllers: path.resolve(__dirname, './integrationSample/controllers'),
securityPlugins: {
sessionKey: sessionAuthSecurityPlugin
}
controllers: path.resolve(__dirname, './controllers')
};
const exegesisMiddleware = await exegesisExpress.middleware(
path.resolve(__dirname, './integrationSample/openapi.yaml'),
path.resolve(__dirname, './openapi.yaml'),
options

@@ -44,0 +41,0 @@ );

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