
Product
Introducing Reachability for PHP
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.
@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 394 weekly downloads. As such, @xylabs/storage popularity was classified as not 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.

Product
Reachability analysis for PHP is now available in experimental, helping teams identify which vulnerabilities are actually exploitable.

Product
Export Socket alert data to your own cloud storage in JSON, CSV, or Parquet, with flexible snapshot or incremental delivery.

Research
/Security News
Bitwarden CLI 2026.4.0 was compromised in the Checkmarx supply chain campaign after attackers abused a GitHub Action in Bitwarden’s CI/CD pipeline.