Socket
Socket
Sign inDemoInstall

formik

Package Overview
Dependencies
Maintainers
1
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formik - npm Package Compare versions

Comparing version 2.2.7 to 2.2.8

6

CHANGELOG.md
# formik
## 2.2.8
### Patch Changes
- [`3a9c707`](https://github.com/formium/formik/commit/3a9c707c8eec200d6eae2955536fb987daf38854) [#3203](https://github.com/formium/formik/pull/3203) Thanks [@hixus](https://github.com/hixus)! - Fixes type of setError value as it is same as setFieldError message
## 2.2.7

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

2

dist/types.d.ts

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

/** Set the field's error value */
setError: (value: Value) => void;
setError: (value: string | undefined) => void;
}

@@ -234,0 +234,0 @@ /** Field input value, name, and event handlers */

{
"name": "formik",
"description": "Build forms in React, without the tears",
"version": "2.2.7",
"version": "2.2.8",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "author": "Jared Palmer <jared@palmer.net> (https://jaredpalmer.com)",

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