You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

skhema

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skhema - npm Package Compare versions

Comparing version

to
6.0.4-joshbwlng-dedup-required-87d251c60204999fff8003ec64eacfe6628a8e13

5

CHANGELOG.md

@@ -7,2 +7,7 @@ # Change Log

# v6.0.4
## (2022-03-03)
* Properly combine anyOf on merge [Josh Bowling]
# v6.0.3

@@ -9,0 +14,0 @@ ## (2022-02-18)

4

lib/index.js

@@ -720,3 +720,3 @@ /*

return merge(omit(mergedSchemas, 'anyOf'), anyOf)
return combineAnyOf(omit(mergedSchemas, 'anyOf'), anyOf)
}

@@ -1374,3 +1374,3 @@

const combineSchemas = (left, right, customizer) => {
// Merge fragment schema with scehma values defined at the top level
// Merge fragment schema with schema values defined at the top level
// - Defaults schema `type` to 'object'

@@ -1377,0 +1377,0 @@ // - Removes any $id attribute, as we may be compiling the same $id

{
"name": "skhema",
"version": "6.0.3",
"version": "6.0.4-joshbwlng-dedup-required-87d251c60204999fff8003ec64eacfe6628a8e13",
"description": "JSON Schema utility collection",

@@ -62,4 +62,4 @@ "main": "lib/index.js",

"versionist": {
"publishedAt": "2022-02-18T18:16:29.562Z"
"publishedAt": "2022-03-03T06:08:05.513Z"
}
}

Sorry, the diff of this file is not supported yet