
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
@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
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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.