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

@nfjs/core

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nfjs/core - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+9
-6
api/extension.js

@@ -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",