@json-schema-tools/traverse
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -0,1 +1,8 @@ | ||
## [1.7.2](https://github.com/json-schema-tools/traverse/compare/1.7.1...1.7.2) (2020-10-23) | ||
### Bug Fixes | ||
* add badges ([f12c2ad](https://github.com/json-schema-tools/traverse/commit/f12c2ad40b2b34a8703b87ebc0de2f246a8a5bbc)) | ||
## [1.7.1](https://github.com/json-schema-tools/traverse/compare/1.7.0...1.7.1) (2020-10-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@json-schema-tools/traverse", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "This package exports a method that will traverse a JSON-Schema, calling a mutation function for each sub schema found. It is useful for building tools to work with JSON Schemas.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
# JSON Schema Traverse | ||
<center> | ||
<span> | ||
<img alt="CircleCI branch" src="https://img.shields.io/circleci/project/github/json-schema-tools/traverse/master.svg"> | ||
<img src="https://codecov.io/gh/json-schema-tools/traverse/branch/master/graph/badge.svg" /> | ||
<img alt="Dependabot status" src="https://api.dependabot.com/badges/status?host=github&repo=json-schema-tools/traverse" /> | ||
<img alt="npm" src="https://img.shields.io/npm/dt/@json-schema-tools/traverse.svg" /> | ||
<img alt="GitHub release" src="https://img.shields.io/github/release/json-schema-tools/traverse.svg" /> | ||
<img alt="GitHub commits since latest release" src="https://img.shields.io/github/commits-since/json-schema-tools/traverse/latest.svg" /> | ||
</span> | ||
</center> | ||
This package exports a method that will traverse a JSON-Schema, calling a "mutation" function for each sub schema found. It is useful for building tools to work with JSON Schemas. | ||
@@ -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
35818
67