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 0.5.2 to 0.5.3

2

es6/index.d.ts

@@ -36,3 +36,3 @@ /// <reference types="react" />

resetForm: (nextProps?: Props) => void;
onReset: () => void;
handleReset: () => void;
}

@@ -39,0 +39,0 @@ export interface FormikBag {

@@ -36,3 +36,3 @@ /// <reference types="react" />

resetForm: (nextProps?: Props) => void;
onReset: () => void;
handleReset: () => void;
}

@@ -39,0 +39,0 @@ export interface FormikBag {

{
"name": "formik",
"description": "An elegant way to handle forms in React",
"version": "0.5.2",
"version": "0.5.3",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "Jared Palmer <jared@palmer.net>",

@@ -36,3 +36,3 @@ /// <reference types="react" />

resetForm: (nextProps?: Props) => void;
onReset: () => void;
handleReset: () => void;
}

@@ -39,0 +39,0 @@ export interface FormikBag {

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