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.
@truffle/external-compile
Advanced tools
Wrapper to compile Truffle contracts with arbitrary shell command
@truffle/external-compile
Package to enable Truffle to run arbitrary commands as part of compilation.
In your Truffle config (truffle-config.js
):
module.exports = {
compilers: {
external: {
command: "<compilation-command>",
targets: [{
path: "<relative/globbed/path/to/outputs/*.output>",
command: "<artifact-generation-command>"
}]
}
}
}
FAQs
Wrapper to compile Truffle contracts with arbitrary shell command
The npm package @truffle/external-compile receives a total of 504 weekly downloads. As such, @truffle/external-compile popularity was classified as not popular.
We found that @truffle/external-compile demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
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.