@json-schema-tools/dereferencer
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -0,1 +1,8 @@ | ||
## [1.2.5](https://github.com/json-schema-tools/dereferencer/compare/1.2.4...1.2.5) (2020-10-17) | ||
### Bug Fixes | ||
* add badges to readme ([2568a79](https://github.com/json-schema-tools/dereferencer/commit/2568a795266f82c121d595517774168d31ea6580)) | ||
## [1.2.4](https://github.com/json-schema-tools/dereferencer/compare/1.2.3...1.2.4) (2020-10-17) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@json-schema-tools/dereferencer", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Dereference (aka parse refs) from JSON Schemas", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
# JSON Schema Dereferencer | ||
<center> | ||
<span> | ||
<img alt="CircleCI branch" src="https://img.shields.io/circleci/project/github/json-schema-tools/dereferencer/master.svg"> | ||
<img src="https://codecov.io/gh/json-schema-tools/dereferencer/branch/master/graph/badge.svg" /> | ||
<img alt="Dependabot status" src="https://api.dependabot.com/badges/status?host=github&repo=json-schema-tools/dereferencer" /> | ||
<img alt="npm" src="https://img.shields.io/npm/dt/@json-schema-tools/dereferencer.svg" /> | ||
<img alt="GitHub release" src="https://img.shields.io/github/release/json-schema-tools/dereferencer.svg" /> | ||
<img alt="GitHub commits since latest release" src="https://img.shields.io/github/commits-since/json-schema-tools/dereferencer/latest.svg" /> | ||
</span> | ||
</center> | ||
Otherwise known as a ref parser, this tool will replace json schema using $ref with the underlying reference, returning relevant errors otherwise. | ||
@@ -4,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36835
74