
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
@xylabs/api
Advanced tools
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
@xylabs/api
new ApiClient(token?, stage?): ApiClient;
null | string
ApiClient
protected optional token: null | string;
protected optional stage: ApiStage;
abstract endPoint(): string;
string
T
new ApiEndpoint<T>(config, path): ApiEndpoint<T>;
string
ApiEndpoint<T>
get value(): undefined | T;
undefined | T
fetch(): Promise<T>;
Promise<T>
get(): Promise<T | NonNullable<T>>;
Promise<T | NonNullable<T>>
insert(value): Promise<T>;
T
Promise<T>
function getApiStage(hostname): "beta" | "local" | "prod";
string
"beta" | "local" | "prod"
apiDomain: string;
optional apiKey: string;
optional jwtToken: string;
optional userid: string;
type ApiStage = EnumValue<typeof ApiStage>;
const ApiStage: Enum<{
Beta: "beta";
Local: "local";
Prod: "prod";
}>;
Part of sdk-js
See the LICENSE file for license details
FAQs
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
The npm package @xylabs/api receives a total of 1,808 weekly downloads. As such, @xylabs/api popularity was classified as popular.
We found that @xylabs/api 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
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.