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

oas-validator

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oas-validator - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

2

index.js

@@ -754,2 +754,3 @@ // @ts-check

should(op).have.property('responses');
contextAppend(options, 'responses');
should(op.responses).not.be.undefined();

@@ -759,2 +760,3 @@ should(op.responses).be.an.Object();

should(op.responses).not.be.empty();
options.context.pop();
if (typeof op.summary !== 'undefined') should(op.summary).have.type('string');

@@ -761,0 +763,0 @@ if (typeof op.description !== 'undefined') should(op.description).be.a.String();

8

package.json
{
"name": "oas-validator",
"version": "5.0.3",
"version": "5.0.4",
"description": "Parser/validator for OpenAPI 3.x definitions",

@@ -23,5 +23,5 @@ "main": "index.js",

"oas-linter": "^3.2.1",
"oas-resolver": "^2.5.2",
"oas-resolver": "^2.5.3",
"oas-schema-walker": "^1.1.5",
"reftools": "^1.1.6",
"reftools": "^1.1.7",
"should": "^13.2.1",

@@ -37,3 +37,3 @@ "yaml": "^1.10.0"

},
"gitHead": "30b3b500f4534cc6e92eecabbfab7bb76fe99c42"
"gitHead": "e26cda02a7d9491a1d2fed6d252dc80a01bd32d8"
}
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