Socket
Socket
Sign inDemoInstall

swagger-tools

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-tools - npm Package Compare versions

Comparing version 0.6.6 to 0.6.7

2

lib/specs.js

@@ -640,3 +640,3 @@ /*

// Validate required properties
if (!_.isUndefined(metadata.schema.required)) {
if (!_.isUndefined(metadata.schema) && !_.isUndefined(metadata.schema.required)) {
_.each(metadata.schema.required, function (propName, index) {

@@ -643,0 +643,0 @@ if (_.isUndefined(metadata.composed.properties[propName])) {

{
"name": "swagger-tools",
"version": "0.6.6",
"version": "0.6.7",
"description": "Various tools for using and integrating with Swagger.",

@@ -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