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

react-form

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-form - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

1

CHANGELOG.md

@@ -12,3 +12,2 @@ # 3.0.0

- `Field` is now a render-prop component, not an HOC. You can either directly replace it with the `withFormField` HOC, or adopt the inline FAAC format.
- All `RadioGroup` components have been deprecated in favor of using the `field` prop directly on any `Radio` components.
- `Form`'s '`dontValidateOnMount` is now `validatedOnMount` and defaults to false. If you want to validate on mount, use the `validateOnMount` prop.

@@ -15,0 +14,0 @@ - Polyfills for `Array.find`, `Array.findIndex` and `Array.includes` are no longer provided with the library. If your target browsers do not support these methods, please manually include a polyfill for these methods in your app.

2

package.json
{
"name": "react-form",
"version": "3.3.0",
"version": "3.3.1",
"description": "React Form is a lightweight framework and utility for building powerful forms in React applications.",

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

@@ -152,2 +152,3 @@ # React-Form

Older versions:
* [Version 2.x.x](https://dazzling-keller-a8107a.netlify.com)
* [Version 1.x.x](https://github.com/react-tools/react-form/tree/v1.3.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