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.2 to 1.7.3

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## [1.7.3](https://github.com/json-schema-tools/traverse/compare/1.7.2...1.7.3) (2020-10-23)
### Bug Fixes
* add lint script to package.json ([18bdfff](https://github.com/json-schema-tools/traverse/commit/18bdfff1ce453ea2fbc89d418b34b722e0759712))
* update node version ([d4c9809](https://github.com/json-schema-tools/traverse/commit/d4c9809bf641f3c42f9b3744ee8736bb391729bf))
## [1.7.2](https://github.com/json-schema-tools/traverse/compare/1.7.1...1.7.2) (2020-10-23)

@@ -2,0 +10,0 @@

5

package.json
{
"name": "@json-schema-tools/traverse",
"version": "1.7.2",
"version": "1.7.3",
"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.",

@@ -20,3 +20,4 @@ "main": "build/index.js",

"build:docs": "typedoc",
"test": "jest --coverage"
"test": "jest --coverage",
"lint": "eslint . --ext .ts"
},

@@ -23,0 +24,0 @@ "author": "Zachary Belford<belfordz66@gmail.com>",

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