
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
commular-test
Advanced tools
A commular module to show how commular can be developed and tested easily.
This plugin requires Commular ~0.3.2
If you haven't used Commular before, be sure to check out the documentation
npm install commular-test --save-dev
This is a dummy Commular module to be used as a template for the rest of real modules.
command
function that receives as argument the program/commander
object.Example:
exports.command = function(program) {
program
.command('setup [env]')
.description('run setup commands for all envs')
.option("-s, --setup_mode [mode]", "Which setup mode to use")
.action(function(env, options){
var mode = options.setup_mode || "normal";
env = env || 'all';
console.log('setup for %s env(s) with %s mode', env, mode);
});
};
FAQs
A module test for commular
The npm package commular-test receives a total of 0 weekly downloads. As such, commular-test popularity was classified as not popular.
We found that commular-test 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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.