Socket
Socket
Sign inDemoInstall

@altiore/form

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@altiore/form - npm Package Compare versions

Comparing version 3.3.9 to 3.3.10

10

dist/create-submit/create-submit.js

@@ -52,11 +52,3 @@ var __assign = (this && this.__assign) || function () {

else {
if (formRef.current.submit) {
formRef.current.submit();
}
else if (formRef.current.requestSubmit) {
formRef.current.requestSubmit();
}
else {
onFormSubmit();
}
onFormSubmit();
}

@@ -63,0 +55,0 @@ }, [onSubmit, formRef, onFormSubmit]);

2

package.json
{
"name": "@altiore/form",
"version": "3.3.9",
"version": "3.3.10",
"description": "Form helper for building powerful forms",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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