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

rc-field-form

Package Overview
Dependencies
Maintainers
5
Versions
160
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 2.5.0 to 2.5.1

2

es/Field.js

@@ -478,3 +478,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

}
if (!isEqual(newValue, value)) {
if (newValue !== value) {
dispatch({

@@ -481,0 +481,0 @@ type: 'updateValue',

@@ -486,3 +486,3 @@ "use strict";

}
if (!(0, _isEqual.default)(newValue, value)) {
if (newValue !== value) {
dispatch({

@@ -489,0 +489,0 @@ type: 'updateValue',

{
"name": "rc-field-form",
"version": "2.5.0",
"version": "2.5.1",
"description": "React Form Component",

@@ -42,3 +42,3 @@ "typings": "es/index.d.ts",

"test:coverage": "umi-test --coverage",
"prepublishOnly": "npm run compile",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"lint": "eslint src/ --ext .tsx,.ts",

@@ -45,0 +45,0 @@ "lint:tsc": "tsc -p tsconfig.json --noEmit",

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