
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
simple-tree-component
Advanced tools
This pure JavaScript component comes without any dependencies and is targeted to modern browsers. Full TypeScript support is available.
Install with NPM:
npm install simple-tree-component
TypeScript definitions are included in the npm package.
import simpleTree from "simple-tree-component";
const instance = simpleTree(".root-1", "singleSelectDropdown", {
nodes: [
{
label: "Parent 1",
value: "p1",
children: [
{
label: "Parent 1 - Child 1",
value: "p1c1"
},
{
label: "Parent 1 - Child 2",
value: "p1c2"
}
]
}
]
});
instance.setReadOnly(true);
You can find more documentation here.
https://dev.to/ckotzbauer/announcing-the-simple-tree-component-46nd
FAQs
A simple to use ui-tree javascript component.
The npm package simple-tree-component receives a total of 14 weekly downloads. As such, simple-tree-component popularity was classified as not popular.
We found that simple-tree-component demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.