New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@codemask-labs/forms

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemask-labs/forms - npm Package Compare versions

Comparing version

to
1.0.8-beta

2

dist/index.d.ts

@@ -36,3 +36,3 @@ import * as z from 'zod';

getValues: () => ExtractValues<TSchema>;
reset: (...keys: (keyof TSchema)[]) => void;
reset: (...keys: Exclude<keyof TSchema, keyof { [K_1_1 in keyof (keyof TSchema extends infer T extends keyof TSchema ? { [K in T]: FormField<z.TypeOf<TSchema[K]>>; } : never) as ((<T_1_1>() => T_1_1 extends Pick<keyof TSchema extends infer T extends keyof TSchema ? { [K in T]: FormField<z.TypeOf<TSchema[K]>>; } : never, K_1_1> ? 1 : 2) extends <T_2>() => T_2 extends Readonly<Pick<keyof TSchema extends infer T extends keyof TSchema ? { [K in T]: FormField<z.TypeOf<TSchema[K]>>; } : never, K_1_1>> ? 1 : 2 ? true : false) extends true ? K_1_1 : never]: K_1_1; }>[]) => void;
submit: () => void;

@@ -39,0 +39,0 @@ };

{
"name": "@codemask-labs/forms",
"version": "1.0.7-beta",
"version": "1.0.8-beta",
"type": "module",

@@ -71,5 +71,5 @@ "main": "./dist/index.cjs",

"react": ">=18.2.0",
"stan-js": ">=1.2.1",
"stan-js": ">=1.3.0",
"zod": ">=3.0.0"
}
}

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

Sorry, the diff of this file is not supported yet