You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@rjsf/utils

Package Overview
Dependencies
Maintainers
2
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rjsf/utils - npm Package Compare versions

Comparing version

to
5.24.12

2

lib/schema/getDefaultFormState.js

@@ -229,3 +229,3 @@ import get from 'lodash-es/get.js';

parentDefaults: defaults,
rawFormData: formData,
rawFormData: (rawFormData !== null && rawFormData !== void 0 ? rawFormData : formData),
required,

@@ -232,0 +232,0 @@ shouldMergeDefaultsIntoFormData,

{
"name": "@rjsf/utils",
"version": "5.24.11",
"version": "5.24.12",
"main": "dist/index.js",

@@ -89,3 +89,3 @@ "module": "lib/index.js",

"license": "Apache-2.0",
"gitHead": "7e80bfedc8884ba68b2832f404eba8e6bd11416f"
"gitHead": "41d2d5553fb089b2635589c03e9809da1054f72d"
}

@@ -337,3 +337,3 @@ import get from 'lodash/get';

parentDefaults: defaults as T | undefined,
rawFormData: formData as T,
rawFormData: (rawFormData ?? formData) as T,
required,

@@ -340,0 +340,0 @@ shouldMergeDefaultsIntoFormData,

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet