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.
Thin .mts loader and test runner
npm install @nlib/tsm
node --import=@nlib/tsm path/to/your/script.mts
@nlib/tsm
exports register.mjs
which registers loader.mjs
. loader.mjs
is a loader to customize the default module resolution. It exports the load
function that loads modules with esbuild.
Node.js added the stable node:test
in v20. We can run tests with node --test
. It searches for test files when a directory is specified as arguments. But it doesn't search for *.mts
(even with the --experimental-loader
option). So, you must pass the files one by one to run it.
The tsm-test
will search for the test files for you and pass them to node --test
.
npx tsm-test src
FAQs
Thin .ts/.mts loader & test runner
The npm package @nlib/tsm receives a total of 221 weekly downloads. As such, @nlib/tsm popularity was classified as not popular.
We found that @nlib/tsm demonstrated a healthy version release cadence and project activity because the last version was released less than 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.