New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-form

Package Overview
Dependencies
Maintainers
2
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-form - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

8

es/utils/index.js

@@ -209,6 +209,6 @@ 'use strict';

if (isArray(obj)) {
obj = obj.map(cleanError).filter(function (d) {
return !!d;
}); // clean nested falsey arrays
if (!obj.length) {
obj = obj.map(cleanError); // clean nested falsey arrays
if (!obj.length || obj.every(function (d) {
return !d;
})) {
return undefined;

@@ -215,0 +215,0 @@ }

@@ -209,6 +209,6 @@ 'use strict';

if (isArray(obj)) {
obj = obj.map(cleanError).filter(function (d) {
return !!d;
}); // clean nested falsey arrays
if (!obj.length) {
obj = obj.map(cleanError); // clean nested falsey arrays
if (!obj.length || obj.every(function (d) {
return !d;
})) {
return undefined;

@@ -215,0 +215,0 @@ }

{
"name": "react-form",
"version": "3.0.3",
"version": "3.0.4",
"description": "React Form is a lightweight framework and utility for building powerful forms in React applications.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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