Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
cz-freecodecamp
Advanced tools
A plugin for commitizen built for freeCodeCamp
Table of Contents
This Commitizen adapter helps standardize commit messages for freeCodeCamp so being asked to fix incorrectly formatted commit messages will be less of a problem.
# Install general tool globally
npm install -g commitizen
# Install freeCodeCamp specific adapter
git clone https://github.com/freeCodeCamp/cz-freecodecamp.git
# Add freeCodeCamp plugin to be used
cd cz-freecodecamp
echo '{ "path": "'$(pwd)'" }' > ~/.czrc
# Install node modules for adapter
npm install
... # Make changes
# Stage changes
git add changed-file
# Use git cz instead of git commit
git cz
1.0.1 (2017-09-04)
<a name="1.0.0"></a>
FAQs
Commitizen adapter for freeCodeCamp.
We found that cz-freecodecamp 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.