Socket
Socket
Sign inDemoInstall

formik

Package Overview
Dependencies
8
Maintainers
1
Versions
212
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.5 to 2.2.6

6

CHANGELOG.md
# formik
## 2.2.6
### Patch Changes
- [`d4314a1`](https://github.com/formium/formik/commit/d4314a14cac4bfb0b2c2f1e5cf07a4fc3fb2d2d8) [#2955](https://github.com/formium/formik/pull/2955) Thanks [@jkbktl](https://github.com/jkbktl)! - fix(docs): fix link to docs in console warning
## 2.2.5

@@ -4,0 +10,0 @@

2

dist/types.d.ts

@@ -74,3 +74,3 @@ import * as React from 'react';

/** Set error message of a form field directly */
setFieldError: (field: string, message: string) => void;
setFieldError: (field: string, message: string | undefined) => void;
/** Set whether field has been touched directly */

@@ -77,0 +77,0 @@ setFieldTouched: (field: string, isTouched?: boolean, shouldValidate?: boolean) => void;

{
"name": "formik",
"description": "Forms in React, without tears",
"version": "2.2.5",
"description": "Build forms in React, without the tears",
"version": "2.2.6",
"license": "Apache-2.0",
"author": "Jared Palmer <jared@palmer.net>",
"author": "Jared Palmer <jared@palmer.net> (https://jaredpalmer.com)",
"repository": "formium/formik",
"homepage": "https://formik.org",
"keywords": [
"formik",
"form",
"forms",
"react",
"react-dom",
"form",
"hooks",
"react hooks",
"validation",
"forms",
"render props",
"validation",
"higher order component",
"hoc"
],
"funding": [
{
"type": "individual",
"url": "https://opencollective.com/formik"
}
],
"main": "dist/index.js",

@@ -20,0 +30,0 @@ "umd:main": "dist/formik.umd.production.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc