@json-schema-tools/traverse
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -0,1 +1,9 @@ | ||
## [1.3.1](https://github.com/json-schema-tools/traverse/compare/1.3.0...1.3.1) (2020-07-20) | ||
### Bug Fixes | ||
* remove junk ([fd1468e](https://github.com/json-schema-tools/traverse/commit/fd1468e0c661a400e7902222b06cf19ab77bece8)) | ||
* update docs ([a2af5e0](https://github.com/json-schema-tools/traverse/commit/a2af5e077b18606d542843bd98b703e3ec060a9f)) | ||
# [1.3.0](https://github.com/json-schema-tools/traverse/compare/1.2.4...1.3.0) (2020-07-15) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@json-schema-tools/traverse", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
# JSON Schema Traverse | ||
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. | ||
## Features | ||
@@ -50,3 +52,2 @@ | ||
- propertyNames (https://json-schema.org/draft/2019-09/json-schema-core.html#rfc.section.9.3.2.5) | ||
- | ||
@@ -53,0 +54,0 @@ ### Contributing |
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
99616
56