Socket
Socket
Sign inDemoInstall

rc-field-form

Package Overview
Dependencies
Maintainers
5
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-field-form - npm Package Compare versions

Comparing version 1.38.1 to 1.38.2

es/~useWatch.d.ts

6

es/Field.js

@@ -180,4 +180,4 @@ import _extends from "@babel/runtime/helpers/esm/extends";

{
var data = info.data;
if (namePathMatch) {
var data = info.data;
if ('touched' in data) {

@@ -199,2 +199,6 @@ _this.touched = data.touched;

return;
} else if ('value' in data && containsNamePath(namePathList, namePath, true)) {
// Contains path with value should also check
_this.reRender();
return;
}

@@ -201,0 +205,0 @@

@@ -188,4 +188,4 @@ "use strict";

{
var data = info.data;
if (namePathMatch) {
var data = info.data;
if ('touched' in data) {

@@ -207,2 +207,6 @@ _this.touched = data.touched;

return;
} else if ('value' in data && (0, _valueUtil.containsNamePath)(namePathList, namePath, true)) {
// Contains path with value should also check
_this.reRender();
return;
}

@@ -209,0 +213,0 @@

2

package.json
{
"name": "rc-field-form",
"version": "1.38.1",
"version": "1.38.2",
"description": "React Form Component",

@@ -5,0 +5,0 @@ "typings": "es/index.d.ts",

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