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

formal-react-forms

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formal-react-forms - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

5

dist/index.js

@@ -136,3 +136,6 @@

};
return (React.createElement("form", null, children({
return (React.createElement("form", { onSubmit: function (event) {
event.preventDefault();
handleFormSubmit();
} }, children({
values: formData,

@@ -139,0 +142,0 @@ onChangeValues: onChangeValues,

2

package.json
{
"name": "formal-react-forms",
"version": "0.0.3",
"version": "0.0.4",
"description": "The most sophisticated form state wrapper for React",

@@ -5,0 +5,0 @@ "author": "bmullis",

Sorry, the diff of this file is not supported yet

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