Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@pixelygroup/commit-checker
Advanced tools
Bumps version in package.json and package-lock.json files based on passed argument
This utility is primarily design to work with JIRA projects, nevertheless can be used in combination with clickup or other tools relying on ticket numbers (e.g. AB-100). The project prefix is customisable via command line tool. See the configuration section below.
In your project directory, run following command to install @pixelygroup/eslint-config-px
and husky
npm i -D @pixelygroup/commit-checker husky
// package.json
...
"husky": {
"hooks": {
"commit-msg": "px-commit -- -E HUSKY_GIT_PARAMS"
}
},
...
npx px-commit --init
This will crate .pxcommitcheckrc
file in the root folder of your project and generate allowed regex strings to match XX-000 some message
and Release 1.1.1
commit messages.
Alternatively, you can create the file manually and add your own patterns
/^XX-\d+\s.*$/gm
/^Release \d\.\d\.\d(-.+)?/
For more information about husky visit:
FAQs
Bumps version in package.json and package-lock.json files based on passed argument
We found that @pixelygroup/commit-checker 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.