
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@vendure/common
Advanced tools
This package contains a set of common utility functions and TypeScript types used by multiple Vendure packages. It is not intended to be directly depended upon by an end-user project.
<small>3.4.2 (2025-09-11)</small>
CollectionEvent
after moving a collection (#3801) (d80e28f), closes #3801Note: In this release, the SettingsStoreService
methods have been revised to put the
ctx
argument in the first position, as is standard across Vendure APIs. Existing code
with the ctx last will still work, but you are advised to update it.
- SettingsStoreService.get<T>(key, ctx)
- SettingsStoreService.getMany(keys, ctx)
- SettingsStoreService.set<T>(key, value, ctx)
- SettingsStoreService.setMany(values, ctx)
+ SettingsStoreService.get<T>(ctx, key)
+ SettingsStoreService.getMany(ctx, keys)
+ SettingsStoreService.set<T>(ctx, key, value)
+ SettingsStoreService.setMany(ctx, values)
FAQs
Unknown package
The npm package @vendure/common receives a total of 5,458 weekly downloads. As such, @vendure/common popularity was classified as popular.
We found that @vendure/common demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.