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.0 to 1.7.1

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [1.7.1](https://github.com/json-schema-tools/traverse/compare/1.7.0...1.7.1) (2020-10-23)
### Bug Fixes
* eslint issues resolved by updating linter ([eabb64a](https://github.com/json-schema-tools/traverse/commit/eabb64aba9ec91c7400ea2f449d290029799c933))
* test was highlighting an issue with jest that was fixed ([e1c5d69](https://github.com/json-schema-tools/traverse/commit/e1c5d69641627907b1835657a7b966a2fcd3cfc2))
* update deps ([99a7ba2](https://github.com/json-schema-tools/traverse/commit/99a7ba292e011b00fda96e97cc795bf54f813324))
# [1.7.0](https://github.com/json-schema-tools/traverse/compare/1.6.0...1.7.0) (2020-09-21)

@@ -2,0 +11,0 @@

23

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

@@ -29,11 +29,14 @@ "main": "build/index.js",

"devDependencies": {
"@json-schema-tools/meta-schema": "^1.3.0",
"@types/jest": "^26.0.3",
"@types/lodash.merge": "^4.6.6",
"@types/node": "^14.0.14",
"jest": "^24.9.0",
"ts-jest": "^24.3.0",
"typedoc": "^0.19.1",
"typescript": "^3.9.5"
}
"@json-schema-tools/meta-schema": "^1.5.8",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.2",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.11.0",
"jest": "^26.6.1",
"ts-jest": "^26.4.2",
"typedoc": "^0.19.2",
"typescript": "^4.0.3"
},
"dependencies": {}
}
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