🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

json-schema-diff

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-schema-diff - npm Package Versions

13

0.11.0

Diff
argos83
published 0.11.0 •

Changelog

Source

0.11.0 (2019-03-01)

Features

  • add support for minItems keyword (af7ef8f)

<a name="0.10.0"></a>

bsayers
published 0.10.0 •

Changelog

Source

0.10.0 (2019-02-28)

Features

  • add support for the array items keyword (6cc5f9e)

<a name="0.9.0"></a>

bsayers
published 0.9.0 •

Changelog

Source

0.9.0 (2019-02-07)

Features

  • add support for required keyword (2290b74)

BREAKING CHANGES

  • Prior to this change the nodejs api returned added and removed differences detected as as an array of DiffResultDifference objects. Now the added and removed differences are returned as two seperate JsonSchema objects. In addition all the property names of the DiffResult object have been renamed. To migrate, update code that consumes the DiffResult object returned by the API to the new property names and types.

<a name="0.8.3"></a>

medo-atlassian
published 0.8.3 •

Changelog

Source

0.8.3 (2019-01-02)

Bug Fixes

  • fix race condition in the watch loop for unit tests (5753cab)

<a name="0.8.2"></a>

argos83
published 0.8.2 •

Changelog

Source

0.8.2 (2018-08-08)

Bug Fixes

  • declare lodash as production dependency (2e7aa69)

<a name="0.8.1"></a>

igorsechyn
published 0.8.1 •

Changelog

Source

0.8.1 (2018-07-17)

Bug Fixes

  • throw an error when schema contains circular references instead of overflowing the stack (60d4db1)

<a name="0.8.0"></a>

argos83
published 0.8.0 •

Changelog

Source

0.8.0 (2018-07-16)

Features

  • changed public api to return locations as arrays instead of strings (f86a5dd)

<a name="0.7.0"></a>

igorsechyn
published 0.7.0 •

Changelog

Source

0.7.0 (2018-07-12)

Features

  • added public programmable api and removed support for allOf, anyOf and not keywords (0c15017)

<a name="0.6.0"></a>

igorsechyn
published 0.6.0 •

Changelog

Source

0.6.0 (2018-05-23)

Features

  • add support for json schema references (76a0457)

<a name="0.5.0"></a>

igorsechyn
published 0.5.0 •

Changelog

Source

0.5.0 (2018-05-23)

Features

  • add support for boolean schemas (519f648)
  • add support for properties and additionalProperties (f68a38a)

<a name="0.4.0"></a>