Socket
Socket
Sign inDemoInstall

ajv-merge-patch

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

ajv-merge-patch - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "ajv-merge-patch",
"version": "2.0.0",
"version": "2.0.1",
"description": "$merge and $patch keywords for Ajv JSON-Schema validator to extend schemas",

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

@@ -85,3 +85,3 @@ # ajv-merge-patch

1. In case the `source` schema or the patch in `with` keyword use `$ref`, they won't take into account the resolution scope for their internal $refs defined by the parent objects - they will be used as separate objects.
2. At the moment `$ref` in both `source` schema and `with` patch should be absolute (i.e. include schema ID even if the fragment is located in the current file), they don't take take into account current $ref resolution scope (see [#3](https://github.com/epoberezkin/ajv-merge-patch/issues/3)).
2. `$ref` in both `source` schema and `with` patch take into account current $ref resolution scope (from version 2.0.0).

@@ -88,0 +88,0 @@

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