Socket
Socket
Sign inDemoInstall

@json-schema-tools/traverse

Package Overview
Dependencies
0
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.3 to 1.10.4

2

build/index.d.ts

@@ -10,3 +10,3 @@ import { JSONSchema } from "@json-schema-tools/meta-schema";

*/
export declare type MutationFunction = (schema: JSONSchema, isCycle: boolean, path: string, parent: JSONSchema) => JSONSchema;
export type MutationFunction = (schema: JSONSchema, isCycle: boolean, path: string, parent: JSONSchema) => JSONSchema;
/**

@@ -13,0 +13,0 @@ * The options you can use when traversing.

{
"name": "@json-schema-tools/traverse",
"version": "1.10.3",
"version": "1.10.4",
"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,5 +30,5 @@ "main": "build/index.js",

"devDependencies": {
"@json-schema-tools/meta-schema": "^1.7.0",
"@json-schema-tools/meta-schema": "^1.7.5",
"@types/jest": "^29.1.1",
"@types/node": "^18.8.2",
"@types/node": "^20.12.6",
"@typescript-eslint/eslint-plugin": "^5.39.0",

@@ -39,5 +39,5 @@ "@typescript-eslint/parser": "^5.39.0",

"ts-jest": "^29.0.3",
"typedoc": "^0.23.15",
"typescript": "^4.8.4"
"typedoc": "^0.25.13",
"typescript": "^5.4.4"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc