You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@rc-component/util

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rc-component/util - npm Package Compare versions

Comparing version
1.6.1
to
1.6.2
+3
-1
es/utils/set.js

@@ -74,3 +74,5 @@ import get from "./get";

keys(value).forEach(key => {
internalMerge([...path, key], loopSet);
if (Object.getOwnPropertyDescriptor(value, key).enumerable) {
internalMerge([...path, key], loopSet);
}
});

@@ -77,0 +79,0 @@ }

@@ -83,3 +83,5 @@ "use strict";

keys(value).forEach(key => {
internalMerge([...path, key], loopSet);
if (Object.getOwnPropertyDescriptor(value, key).enumerable) {
internalMerge([...path, key], loopSet);
}
});

@@ -86,0 +88,0 @@ }

{
"name": "@rc-component/util",
"version": "1.6.1",
"version": "1.6.2",
"description": "Common Utils For React Component",

@@ -5,0 +5,0 @@ "keywords": [