🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

zod-form-data

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zod-form-data - npm Package Compare versions

Comparing version

to
3.0.0-alpha.1

3

dist/index.js

@@ -114,3 +114,4 @@ "use strict";

z.any().refine((val) => Symbol.iterator in val, { abort: true }).transform((val) => [...val]).refine(
(val) => entries.safeParse(val).success
(val) => entries.safeParse(val).success,
{ abort: true }
).transform((data) => {

@@ -117,0 +118,0 @@ const map = /* @__PURE__ */ new Map();

{
"name": "zod-form-data",
"version": "3.0.0-alpha.0",
"version": "3.0.0-alpha.1",
"homepage": "https://github.com/airjp73/rvf/tree/main/packages/zod-form-data",

@@ -31,3 +31,3 @@ "main": "./dist/index.js",

"peerDependencies": {
"zod": ">= 4.0.0-beta.20250411T005215"
"zod": ">= 4.0.0-beta.20250412T085909"
},

@@ -38,5 +38,5 @@ "devDependencies": {

"tsup-config": "*",
"typescript": "^5.4.5",
"zod": "^4.0.0-beta.20250411T005215"
"typescript": "^5.8.3",
"zod": "^4.0.0-beta.20250412T085909"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet