Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@formula-monks/kurt

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formula-monks/kurt - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

dist/KurtSchema.fromJSONSchema7.d.ts

4

dist/KurtSchema.d.ts
import type { ZodObject, ZodRawShape, infer as zodInfer } from "zod";
import { fromJSONSchema7 } from "./KurtSchema.fromJSONSchema7";
export declare const KurtSchema: {
fromJSONSchema7: typeof fromJSONSchema7;
};
/**

@@ -3,0 +7,0 @@ * The inner shape of a Kurt schema; used as a type parameter for functions

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.KurtSchema = void 0;
const KurtSchema_fromJSONSchema7_1 = require("./KurtSchema.fromJSONSchema7");
exports.KurtSchema = {
fromJSONSchema7: KurtSchema_fromJSONSchema7_1.fromJSONSchema7,
};

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.6.0",
"version": "1.7.0",
"homepage": "https://github.com/FormulaMonks/kurt",

@@ -36,2 +36,3 @@ "repository": {

"@jest/globals": "^29.7.0",
"@types/json-schema": "^7.0.15",
"@types/node": "^18.19.32",

@@ -45,4 +46,7 @@ "czg": "^1.9.1",

"typescript": "^5.4.5",
"zod-to-json-schema": "^3.23.0"
},
"dependencies": {
"zod": "^3.23.5"
}
}
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