Socket
Socket
Sign inDemoInstall

@conform-to/zod

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@conform-to/zod - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

package.json

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

"license": "MIT",
"version": "0.3.0",
"version": "0.3.1",
"main": "index.js",

@@ -18,3 +18,3 @@ "module": "module/index.js",

"peerDependencies": {
"@conform-to/dom": "0.3.0",
"@conform-to/dom": "0.3.1",
"zod": "^3.0.0"

@@ -21,0 +21,0 @@ },

@@ -5,7 +5,11 @@ # @conform-to/zod

<!-- aside -->
## API Reference
- [resolve](#resolve)
- [ifNonEmptyString](#ifNonEmptyString)
- [ifNonEmptyString](#ifnonemptystring)
<!-- /aside -->
### resolve

@@ -54,3 +58,3 @@

const [setupFieldset, { email, password }] = useFieldset({
// Inferring the constraint with the schema
// Optional: setup native constraint inferred from the schema
constraint: schema.constraint

@@ -96,2 +100,4 @@ });

---
### ifNonEmptyString

@@ -98,0 +104,0 @@

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