
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
@xylabs/timer
Advanced tools
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
Using npm:
npm install {{name}}
Using yarn:
yarn add {{name}}
Using pnpm:
pnpm add {{name}}
Using bun:
bun add {{name}}
See the LICENSE file for license rights and limitations (LGPL-3.0-only).
### .temp-typedoc
### functions
### <a id="clearTimeoutEx"></a>clearTimeoutEx
function clearTimeoutEx(id): void;
Cancels a timeout previously created with setTimeoutEx.
string
The timeout ID returned by setTimeoutEx.
void
### <a id="setTimeoutEx"></a>setTimeoutEx
function setTimeoutEx(func, delay): string;
Sets a timeout using an optimized internal timer that coalesces multiple timeouts into a single native timer.
Function
The function to call after the delay.
number
The delay in milliseconds (must be >= 0).
string
A unique string ID that can be used with clearTimeoutEx to cancel the timeout.
FAQs
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
The npm package @xylabs/timer receives a total of 1,548 weekly downloads. As such, @xylabs/timer popularity was classified as popular.
We found that @xylabs/timer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.