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

openapi-enforcer

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openapi-enforcer - npm Package Compare versions

Comparing version 0.10.1 to 0.10.2

2

bin/openapi.js

@@ -598,3 +598,3 @@ /**

if (config.hasOwnProperty('body')) {
if (config.hasOwnProperty('body') && data.schema) {
result.body = context.serialize(data.schema, config.body, config.options);

@@ -601,0 +601,0 @@ }

@@ -83,3 +83,3 @@ {

"types": "index.d.ts",
"version": "0.10.1"
"version": "0.10.2"
}
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