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.5 to 1.7.6

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.7.6](https://github.com/json-schema-tools/traverse/compare/1.7.5...1.7.6) (2020-10-29)
### Bug Fixes
* update dev deps ([c5dc143](https://github.com/json-schema-tools/traverse/commit/c5dc143c1e25c1be18ad3dee7d0b3ecc159c2de4))
## [1.7.5](https://github.com/json-schema-tools/traverse/compare/1.7.4...1.7.5) (2020-10-23)

@@ -2,0 +9,0 @@

12

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

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

"devDependencies": {
"@json-schema-tools/meta-schema": "^1.5.8",
"@json-schema-tools/meta-schema": "^1.5.9",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.2",
"@types/node": "^14.14.6",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"eslint": "^7.11.0",
"eslint": "^7.12.1",
"jest": "^26.6.1",
"ts-jest": "^26.4.2",
"ts-jest": "^26.4.3",
"typedoc": "^0.19.2",
"typescript": "^4.0.3"
"typescript": "^4.0.5"
},
"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