
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
setimmediate-napi
Advanced tools
setImmediate()
for N-API codeInstall with npm
:
$ npm install setimmediate-napi
In your binding.gyp
:
'include_dirs': ["<!@(node -p \"require('node-addon-api').include\")",
"<!@(node -p \"require('setimmediate-napi').include\")"],
(Just have "<!@(node -p \"require('setimmediate-napi').include\")"
somewhere in that list, ok?)
In your C++ code:
#include <setimmediate.h>
int a = 10;
SetImmediate(env, [a]() {
/* do something with a ... */
});
Keep in mind:
Reference
s to keep track of JS objects, since this code runs asynchronously.MakeCallback
rather than Call
to make sure Node.js can track your async context.FAQs
`setImmediate()` for N-API code
The npm package setimmediate-napi receives a total of 125,376 weekly downloads. As such, setimmediate-napi popularity was classified as popular.
We found that setimmediate-napi 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.