
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy 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 as a global adapter for freeCodeCamp repos
# Install the commitizen cli globally
npm install --global commitizen
# Install the freeCodeCamp commitizen adapter globally
npm install --global cz-freecodecamp
# Save the adapter into global config
echo '{ "path": "cz-freecodecamp" }' > ~/.czrc
Usage on freeCodeCamp's repos
... # Make changes
# Stage changes
git add changed-file
# This adapter is bundled in the freeCodeCamp main repo as a dependancy.
# Either use the inbuilt script
npm run commit
# Or alternatively on any of freeCodeCamp's repos including the main repo,
# use git cz instead of git commit
git cz
Note: Please check the contributing guidelines on the main repo for more on usage.
1.0.1 (2017-09-04)
<a name="1.0.0"></a>
FAQs
Commitizen adapter for freeCodeCamp.
The npm package cz-freecodecamp receives a total of 0 weekly downloads. As such, cz-freecodecamp popularity was classified as not popular.
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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.