New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oas2joi

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oas2joi - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

index.js

@@ -30,5 +30,7 @@ const fs = require('fs');

docSchemas[schemaName].required.forEach((requiredProperty) => {
docSchemas[refName].required.push(requiredProperty);
});
if (docSchemas[schemaName].required) {
docSchemas[schemaName].required.forEach((requiredProperty) => {
docSchemas[refName].required.push(requiredProperty);
});
}

@@ -35,0 +37,0 @@ Object.assign(docSchemas[refName].properties, docSchemas[schemaName].properties)

{
"name": "oas2joi",
"version": "1.0.0",
"version": "1.0.1",
"description": "Create a Joi schema from an Open API Specification",

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

Sorry, the diff of this file is not supported yet

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