Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Create a change log for an npm project based on structured commit messages.
Tag all your commit messages with either breaking
, add
, fix
or doc
and then before a release run changeify
. Changeify will:
Example commit message:
Change signature of function foo
[breaking]
The argument order was swithed because the new one is superior...
The tag "[breaking]" is case insensitive and can be placed anywhere in the commit message except for the header. The header is what will be included in the changelog. Look at the changelog of this project for an example.
All commits without any tags will be ignored when generating the change log and determening the new version.
Either the module globally and use it in any project or locally and add it as an npm script.
Run changeify -n
for a dry run which will print the changelog and the next version to the console.
Run changeify
to perform steps 1 and 2 mentioned above. Add flag -p --publish
to also perform steps 3-5.
FAQs
Create a change log for an npm project based on structured commit messages
We found that changeify 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
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.