Socket
Socket
Sign inDemoInstall

@uxf/form

Package Overview
Dependencies
Maintainers
1
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxf/form - npm Package Compare versions

Comparing version 11.19.0 to 11.19.1

2

form/form.js

@@ -14,3 +14,3 @@ "use strict";

react_1.default.createElement(react_hook_form_1.FormProvider, { ...props.formApi },
react_1.default.createElement("form", { className: props.className, id: props.id, noValidate: true, onSubmit: props.formApi.handleSubmit(props.onSubmit), ref: props.forwardRef },
react_1.default.createElement("form", { className: props.className, id: props.id, method: "post", noValidate: true, onSubmit: props.formApi.handleSubmit(props.onSubmit), ref: props.forwardRef },
props.children,

@@ -17,0 +17,0 @@ !props.omitSubmitInput && react_1.default.createElement("input", { style: sr_only_1.srOnly, type: "submit" })))));

{
"name": "@uxf/form",
"version": "11.19.0",
"version": "11.19.1",
"description": "",

@@ -5,0 +5,0 @@ "publishConfig": {

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