
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.
@valtech-commerce/manager
Advanced tools
Manager for single/multi packages JavaScript projects
$ npm install @valtech-commerce/manager
In your ./package.json file add
{
"scripts": {
"manager:outdated": "node manager --task=outdated",
"manager:build": "node manager --task=build",
"manager:watch": "node manager --task=watch",
"manager:fix": "node manager --task=fix",
"manager:documentation": "node manager --task=documentation",
"manager:prepare": "node manager --task=prepare",
"manager:version": "node manager --task=version --release=$npm_config_release",
"manager:rebuild": "node manager --task=rebuild"
}
}
In a ./manager.js file
import { manager } from "@valtech-commerce/manager";
manager.init({
repositoryType: "single-package",
dist: {
node: {},
browser: [
{
type: "module",
},
],
},
});
or
import { manager } from "@valtech-commerce/manager";
manager.init({
repositoryType: "multi-package",
dist: {
browser: [
{
type: "script",
name: "my-super-package",
},
],
},
});
See the full documentation for an in-depth look.
See the Changelog to see what has changed.
See the Contributing Guidelines for ways to get started.
See the Support Guide for ways to get help.
See the Security Policy for sharing vulnerability reports.
This project has a Code of Conduct. By interacting with this repository, organization, or community you agree to abide by its terms.
FAQs
Manager for Node.js projects
We found that @valtech-commerce/manager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.