
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.
@axiomzen/cz-adaptor
Advanced tools
Commitizen adaptor for consistent commits across codebases. When hooked up to commitizen, you're prompted for some input:
Here's an example of the final formatted commit message:
📚 doc: adds instructions in readme (#21)
Initialize commitizen with this adaptor. This will automatically add the required configs to your package.json.
NPM:
npx commitizen init @axiomzen/cz-adaptor --save-dev --save-exact
Yarn:
npx commitizen init @axiomzen/cz-adaptor --yarn --dev --exact
Add commitizen
and commitlint
to your project.
NPM:
npm install --save-dev commitizen commitlint husky
Yarn:
yarn add --dev commitizen commitlint husky
Add scripts for commits.
...
"scripts": {
"commit": "git-cz"
}
Add husky hook
...
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
Add commitlint
config.
echo "module.exports = { extends: ['@axiomzen/cz-adaptor/commitlint'] };" > commitlint.config.js
The adaptor supports a few configs that can be added to your project's package.json
:
...
"config": {
"commitizen": {
- "path": "./node_modules/@axiomzen/cz-adaptor"
+ "path": "./node_modules/@axiomzen/cz-adaptor",
+ "@axiomzen/cz-adaptor": {
+ "issuePrompt": false
+ }
}
}
...
true
[]
["axiomzen/cz-adaptor"]
FAQs
Axiom Zen commitizen adaptor
The npm package @axiomzen/cz-adaptor receives a total of 28 weekly downloads. As such, @axiomzen/cz-adaptor popularity was classified as not popular.
We found that @axiomzen/cz-adaptor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.