Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@json-schema-tools/traverse

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@json-schema-tools/traverse - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

7

CHANGELOG.md

@@ -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 @@

2

package.json
{
"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 @@

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