Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.1 to 0.5.2

2

es6/index.js

@@ -77,3 +77,3 @@ import * as tslib_1 from "tslib";

var field = name ? name : id;
setTouched(tslib_1.__assign({}, values, (_b = {}, _b[field] = true, _b)));
setTouched(tslib_1.__assign({}, touched, (_b = {}, _b[field] = true, _b)));
var _b;

@@ -80,0 +80,0 @@ }, handleChangeValue: function (field, value) {

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

@@ -31,3 +31,4 @@ "author": "Jared Palmer <jared@palmer.net>",

"react-dom": "^15.5.4",
"recompose": "^0.23.5"
"recompose": "^0.23.5",
"yup": "^0.21.3"
},

@@ -48,3 +49,3 @@ "peerDependencies": {

"rimraf": "^2.6.1",
"ts-jest": "^20.0.5",
"ts-jest": "^20.0.6",
"ts-loader": "^2.1.0",

@@ -51,0 +52,0 @@ "tslint": "^5.3.2",

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

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

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