Socket
Socket
Sign inDemoInstall

@conform-to/react

Package Overview
Dependencies
4
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.0 to 0.9.1

2

hooks.d.ts

@@ -60,3 +60,3 @@ import { type FieldConstraint, type FieldElement, type FieldsetConstraint, type Submission, type KeysOf, type ResolveType, getFormEncType, getFormMethod, parseIntent } from '@conform-to/dom';

*/
lastSubmission?: SubmissionResult;
lastSubmission?: SubmissionResult | null;
/**

@@ -63,0 +63,0 @@ * An object describing the constraint of each field

@@ -6,3 +6,3 @@ {

"license": "MIT",
"version": "0.9.0",
"version": "0.9.1",
"main": "index.js",

@@ -34,3 +34,3 @@ "module": "index.mjs",

"dependencies": {
"@conform-to/dom": "0.9.0"
"@conform-to/dom": "0.9.1"
},

@@ -37,0 +37,0 @@ "peerDependencies": {

@@ -353,3 +353,3 @@ # @conform-to/react

autoFocus={title.initialError ? true : undefined}
requried={title.required}
required={title.required}
minLength={title.minLength}

@@ -356,0 +356,0 @@ maxLength={title.maxLength}

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc