@rc-component/util
Advanced tools
+3
-1
@@ -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 @@ } |
+3
-1
@@ -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 @@ } |
+1
-1
| { | ||
| "name": "@rc-component/util", | ||
| "version": "1.6.1", | ||
| "version": "1.6.2", | ||
| "description": "Common Utils For React Component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
187315
0.1%6211
0.06%