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.2 to 0.5.3

4

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

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

"compute-lcm": "^1.1.0",
"json-schema-compare": "^0.2.0",
"json-schema-compare": "^0.2.2",
"lodash": "^4.17.4"
}
}

@@ -21,2 +21,3 @@ # json-schema-merge-allof [![Build Status](https://travis-ci.org/mokkabonna/json-schema-merge-allof.svg?branch=master)](https://travis-ci.org/mokkabonna/json-schema-merge-allof) [![Coverage Status](https://coveralls.io/repos/github/mokkabonna/json-schema-merge-allof/badge.svg?branch=master)](https://coveralls.io/github/mokkabonna/json-schema-merge-allof?branch=master)

- Supports merging schemas with items as array and direct schema
- Supports merging dependencies when mixed array and schema
- Supports all JSON schema core/validation keywords

@@ -23,0 +24,0 @@ - Option to override common impossibility like adding properties when using **additionalProperties: false**

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