
Research
/Security News
CanisterWorm: npm Publisher Compromise Deploys Backdoor Across 29+ Packages
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.
@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 101 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.

Research
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.