
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@mavo/gitshell
Advanced tools
Write a commit message which is concurring with the AngulerJS git commit message convention
offers a easy-to-use shell-command to create valid commit messages which are following AngularJS commit conventions
These rules are adopted from the AngularJS commit conventions.
install gitshell
npm i -g @mavo/gitshell
change directory to global node_modules/gitshell and create symlinks
cd /usr/local/lib/node_modules/@mavo/gitshell
npm link
try out module
node ./bin/gitshell.js m
update package on npm NPM update package
npm version <update_type>
npm publish
<update_type> = patch, major, or minor
<type>(<scope>:<ticket>) <subject>
Subject line contains succinct description of the change.
<type><scope>Scope could be anything specifying place of the commit change. For example $location, $browser, $compile, $rootScope, ngHref, ngClick, ngView, etc...
<subject> textfeat($browser:JIRA-123) onUrlChange event (popstate/hashchange/polling)
fix($compile:SHC-123) couple of unit tests for IE9
feat(directive:ELD-123) ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected
style($location:JIRA-123) add couple of missing semi colons
docs(guide:JIRA-123) updated fixed docs from Google Docs
feat($compile:JIRA-123) simplify isolate scope bindings
FAQs
Write a commit message which is concurring with the AngulerJS git commit message convention
We found that @mavo/gitshell 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
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.