
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@mediamonks/commitlint-config
Advanced tools
Sharable commitlint config based on Media.Monks Frontend Coding Standards
Set some basic conventions and rules for our commit messages using commitlint.
Note that we have not enabled the type
and scope
rules that are "conventional", because we don't
use them. It just focuses on the basics outlined in this article on
how to write good commit messages.
@commitlint/cli
and @mediamonks/commitlint-config
npm i -D @commitlint/cli @mediamonks/commitlint-config
This can be added in a lot of places
(see docs), but we recommend
the package.json
.
{
...
"commitlint": {
"extends": ["@mediamonks/commitlint-config"]
}
}
To make sure that your commit messages are validated when you are committing.
# Install Husky v6
npm i -D husky
# Activate hooks
npx husky install
# Add hook
npx husky add .husky/commit-msg 'npx --no -- commitlint --edit ${1}'
72
characters maxcapital letter
period
empty line
between the subject and the body72
characters max per line30
characters minFAQs
Sharable commitlint config based on Media.Monks Frontend Coding Standards
The npm package @mediamonks/commitlint-config receives a total of 367 weekly downloads. As such, @mediamonks/commitlint-config popularity was classified as not popular.
We found that @mediamonks/commitlint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.