
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
hnet-winbox
Advanced tools
pnpm add hnet-winbox
//svelte main.js
import "hnet-winbox/dist/assets/css/index.css"
//vue app.js
import "hnet-winbox/dist/assets/css/index.css"
//react App.jsx
import "hnet-winbox/dist/assets/css/index.css"
import WindowManager from "hnet-winbox";
new WindowManager('Texta', {
url: 'https://www.google.com/webhp?igu=1',
icon?: 'https://public.aisb.top/e06e8a0ef1a018d7b6944df936f2a3c1/dK10APa.png',
width?: 40,
height?: 60,
background?: "purple",
ads?:""
});
| Option | Values | Description |
|---|---|---|
| title | string | Window title |
| id | number | Set a unique id to the window. Used to define custom styles in css, query elements by context or just to identify the corresponding window instance. If no ID was set it will automatically create one for you. |
| index | number | Set a unique index to the window |
| windId | string | Window DOM |
| url | string | Window load content url |
| icon | string | Window icon |
| width | number | Window width,0 ~ 100 |
| heith | number | Window heith,0 ~ 100 |
| background | string | Window header background |
| ads | string | Show interstitial content when zooming |
You can do rewritten css
.hnet-window
.hnet-title
.hnet-minimize
.hnet-maximize
.hnet-close
.hnet-ads
FAQs
#### Live Demo and Code Example
We found that hnet-winbox demonstrated a healthy version release cadence and project activity because the last version was released less than 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
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.