
Security News
TC39 Advances Temporal to Stage 4 Alongside Several ECMAScript Proposals
TC39ās March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.
@xylabs/storage
Advanced tools
Base functionality used throughout XY Labs TypeScript/JavaScript libraries
@xylabs/storage
A read/write storage device.
ReadonlyKeyValueStore<TValue, TKey>TValue
TKey = string
get(key): Promisable<undefined | TValue>;
Returns a promise that resolves to the value for the given key.
TKey
The key to get the value for.
Promisable<undefined | TValue>
optional keys(): Promisable<TKey[]>;
The keys an array of keys.
Promisable<TKey[]>
optional clear(): Promisable<void>;
Promisable<void>
delete(key): Promisable<void>;
TKey
Promisable<void>
set(key, value): Promisable<void>;
TKey
TValue
Promisable<void>
A readonly storage device.
TValue
TKey = string
get(key): Promisable<undefined | TValue>;
Returns a promise that resolves to the value for the given key.
TKey
The key to get the value for.
Promisable<undefined | TValue>
optional keys(): Promisable<TKey[]>;
The keys an array of keys.
Promisable<TKey[]>
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/storage receives a total of 1,526 weekly downloads. As such, @xylabs/storage popularity was classified as popular.
We found that @xylabs/storage 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.

Security News
TC39ās March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.

Research
/Security News
Since January 31, 2026, we identified at least 72 additional malicious Open VSX extensions, including transitive GlassWorm loader extensions targeting developers.

Research
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.