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

@rsuite/formik

Package Overview
Dependencies
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rsuite/formik - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-beta.3

5

dist/index.js

@@ -200,3 +200,4 @@ var __create = Object.create;

onChange: (newValue, event) => {
field.onChange(event);
const parsed = parseFloat(newValue);
form.setFieldValue(field.name, isNaN(parsed) ? newValue : parsed);
onChange == null ? void 0 : onChange(newValue, event);

@@ -265,3 +266,3 @@ }

onChange: (checked, event) => {
form.setFieldValue(field.name, checked);
field.onChange(event);
onChange == null ? void 0 : onChange(checked, event);

@@ -268,0 +269,0 @@ }

6

package.json
{
"name": "@rsuite/formik",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Formik-compatible React Suite components",

@@ -56,3 +56,3 @@ "publishConfig": {

"react-dom": "^17.0.2",
"rsuite": "^5.7.1",
"rsuite": "^5.8.0",
"tsup": "^5.12.1",

@@ -63,4 +63,4 @@ "typescript": "^4.6.3"

"formik": "^2.2.9",
"rsuite": "^5.7.1"
"rsuite": "^5.8.0"
}
}

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