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.4 to 0.5.5

2

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

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

var cloneDeep = require('lodash/cloneDeep')
var compare = require('json-schema-compare')
var computeLcm = require('compute-lcm')
var defaults = require('lodash/defaults')
var defaultsDeep = require('lodash/defaultsDeep')
var flatten = require('lodash/flatten')

@@ -408,3 +408,3 @@ var flattenDeep = require('lodash/flattenDeep')

totalSchemas = totalSchemas || []
options = defaults(options, {
options = defaultsDeep(options, {
ignoreAdditionalProperties: false,

@@ -411,0 +411,0 @@ resolvers: defaultResolvers

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