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

json-schema-merge-allof

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-schema-merge-allof - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

2

package.json
{
"name": "json-schema-merge-allof",
"version": "0.5.5",
"version": "0.5.6",
"description": "Simplify your schema by combining allOf into the root schema, safely.",

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

@@ -73,3 +73,3 @@ var cloneDeep = require('lodash/cloneDeep')

var schemaAtPos = sub.items[key]
if (schemaAtPos) {
if (isSchema(schemaAtPos)) {
return schemaAtPos

@@ -76,0 +76,0 @@ } else if (sub.hasOwnProperty('additionalItems')) {

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