+9
-6
@@ -157,2 +157,3 @@ import fs from 'fs/promises'; | ||
| node._iconset = item.iconset || node._iconset; | ||
| node._url = item.url || node._url; | ||
| } | ||
@@ -173,7 +174,8 @@ }); | ||
| levelItems.push({ | ||
| caption: k, | ||
| order: structNode[k]._order, | ||
| icon: structNode[k]._icon, | ||
| form: '', | ||
| guid: structNode[k]._guid, | ||
| caption: k, | ||
| order: structNode[k]._order, | ||
| icon: structNode[k]._icon, | ||
| form: '', | ||
| guid: structNode[k]._guid, | ||
| url: structNode[k]._url, | ||
| iconset: structNode[k]._iconset | ||
@@ -184,2 +186,3 @@ }); | ||
| delete structNode[k]._guid; | ||
| delete structNode[k]._url; | ||
| delete structNode[k]._iconset; | ||
@@ -196,3 +199,3 @@ }); | ||
| }); | ||
| }; | ||
| }; | ||
@@ -199,0 +202,0 @@ buildMenu(menuStruct, id); |
+1
-1
| { | ||
| "name": "@nfjs/core", | ||
| "version": "1.0.3", | ||
| "version": "1.0.4", | ||
| "description": "Core", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
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
38122
0.34%960
0.31%