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.4.1 to 1.4.2

9

CHANGELOG.md

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

## [1.4.2](https://github.com/json-schema-tools/traverse/compare/1.4.1...1.4.2) (2020-07-21)
### Bug Fixes
* add more details to package.json ([34dde39](https://github.com/json-schema-tools/traverse/commit/34dde396d5f7f500a9e16212d29f138f0701f548))
* only release build files ([b44f0ab](https://github.com/json-schema-tools/traverse/commit/b44f0ab8fe5590248583feeb4ef178bb6a764950))
* remove hold ([e406d74](https://github.com/json-schema-tools/traverse/commit/e406d74e7f099a37a0c351aebbd0367725b72288))
## [1.4.1](https://github.com/json-schema-tools/traverse/compare/1.4.0...1.4.1) (2020-07-21)

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

14

package.json
{
"name": "@json-schema-tools/traverse",
"version": "1.4.1",
"version": "1.4.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.",
"main": "build/index.js",
"bugs": {
"url": "https://github.com/json-schema-tools/traverse/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/json-schema-tools/traverse.git"
},
"homepage": "json-schema.tools",
"publishConfig": {

@@ -16,2 +24,6 @@ "access": "public"

"license": "Apache-2.0",
"files": [
"build",
"!build/**/*.test.*"
],
"devDependencies": {

@@ -18,0 +30,0 @@ "@json-schema-tools/meta-schema": "^1.3.0",

.circleci/config.yml
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