Socket
Socket
Sign inDemoInstall

zod-form-data

Package Overview
Dependencies
1
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

2

dist/index.d.ts

@@ -64,3 +64,3 @@ import { ZodString, ZodNumber, z, ZodArray, ZodTypeAny, ZodEffects, ZodObject } from 'zod';

};
declare const json: <T extends z.ZodTypeAny>(schema: T) => z.ZodEffects<T, T["_output"], T["_input"]>;
declare const json: <T extends z.ZodTypeAny>(schema: T) => z.ZodEffects<T, z.output<T>, z.input<T>>;
declare const preprocessFormData: (formData: unknown) => Record<string, unknown>;

@@ -67,0 +67,0 @@ /**

{
"name": "zod-form-data",
"version": "2.0.1",
"version": "2.0.2",
"main": "./dist/index.js",

@@ -26,3 +26,3 @@ "module": "./dist/index.mjs",

"peerDependencies": {
"zod": "^3.11.x"
"zod": ">= 3.11.0"
},

@@ -34,4 +34,4 @@ "devDependencies": {

"typescript": "^4.8.4",
"zod": "^3.11.6"
"zod": "~3.20.0"
}
}

@@ -11,3 +11,3 @@ import { defineConfig } from "tsup";

define: {
"import.meta.vitest": undefined,
"import.meta.vitest": "undefined",
} as any,

@@ -14,0 +14,0 @@ outExtension({ format }) {

Sorry, the diff of this file is not supported yet

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