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.11.0 to 0.11.1

2

bin/v2/serialize.js

@@ -26,2 +26,3 @@ /**

function deserialize(exception, schema, value) {
if (value === null && schema['x-allow-null'] === true) return null;
if (schema.allOf) {

@@ -92,2 +93,3 @@ const result = {};

function serialize(exception, schema, value) {
if (value === null && schema['x-allow-null'] === true) return null;
if (schema.allOf) {

@@ -94,0 +96,0 @@ const result = {};

2

package.json

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

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