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

express-openapi-validator

Package Overview
Dependencies
Maintainers
1
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-openapi-validator - npm Package Compare versions

Comparing version 0.53.2 to 0.53.3

2

package.json
{
"name": "express-openapi-validator",
"version": "0.53.2",
"version": "0.53.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -183,2 +183,18 @@ # express-openapi-validator

#### Validate a POST multipart/form-data request
```shell
curl -XPOST http://localhost:3000/v1/pets/10/photos -F filez=@app.js | jq
{
"errors": [
{
"path": "file",
"errorCode": "required.openapi.validation",
"message": "should have required property 'file'",
"location": "body"
}
]
}
```
#### ...and much more. Try it out!

@@ -185,0 +201,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