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

@mihanizm56/react-final-form-utils

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mihanizm56/react-final-form-utils - npm Package Compare versions

Comparing version 0.0.7-beta.14 to 0.0.7-beta.15

4

dist/_components/blur-field-handler/index.js

@@ -78,2 +78,4 @@ var __extends = (this && this.__extends) || (function () {

error: errors ? errors[fieldName] : null,
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
errors: errors,

@@ -92,2 +94,4 @@ formValues: formValues,

if (this.props.active && this.props.active !== nextProps.active) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
this.onBlurField(this.props.active);

@@ -94,0 +98,0 @@ }

16

package.json
{
"name": "@mihanizm56/react-final-form-utils",
"version": "0.0.7-beta.14",
"version": "0.0.7-beta.15",
"description": "form utils module",

@@ -30,5 +30,8 @@ "main": "dist/index.js",

},
"dependencies": {
"deep-equal": "2.0.5"
},
"peerDependencies": {
"final-form": "4.18.6",
"react-final-form": "6.3.3",
"final-form": "4.20.6",
"react-final-form": "6.5.8",
"react": "16.14.0"

@@ -63,3 +66,3 @@ },

"eslint-plugin-unused-imports": "2.0.0",
"final-form": "4.19.1",
"final-form": "4.20.6",
"glob": "7.1.6",

@@ -71,3 +74,3 @@ "husky": "3.0.9",

"react": "16.14.0",
"react-final-form": "6.3.3",
"react-final-form": "6.5.8",
"rimraf": "3.0.2",

@@ -95,6 +98,3 @@ "ts-jest": "25.4.0",

}
},
"dependencies": {
"deep-equal": "2.0.5"
}
}
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