Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
commitlint-format-json
Advanced tools
commitlint-format-json
Format all Commitlint issues as a simple JSON string. You can use this JSON to import the report and reuse it. The format matches the original issues report from Commitlint.
Formats are available in Commitlint starting from
>=7.2.0
$ npm install commitlint-format-json
You can use it by either defining the output flag, as listed below, or configure with sharable configuration.
$ echo 'foo: bar' | npx commitlint -o commitlint-format-json
$ echo 'foo: bar' | npx commitlint -x @commitlint/config-conventional -o commitlint-format-json
{"valid":false,"errorCount":1,"warningCount":0,"results":[{"valid":false,"errors":[{"level":2,"valid":false,"name":"type-enum","message":"type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test]"}],"warnings":[],"input":"foo: bar"}]}
Contributions are always welcome. This project is open source, and anyone may contribute. To keep the project healthy and running smoothly, a couple of rules are defined.
Make something awesome!
The MIT License (MIT). Please see License File for more information.
with :heart: byCedric
FAQs
Format Commitlint output as plain JSON
The npm package commitlint-format-json receives a total of 460 weekly downloads. As such, commitlint-format-json popularity was classified as not popular.
We found that commitlint-format-json 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.