
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.
@evyweb/server-action-tracker
Advanced tools
A simple utility to list all your React Server Actions in your project.
This is a simple server action tracker that logs all the potential server actions available in your application.
By default, it will search for server actions in these directories:
[
"app/**/*.ts",
"src/**/*.ts",
"packages/**/*.ts"
]
It will also ignore the following files:
[
"!**/*.spec.ts",
"!**/specs/**/*.ts"
]
If the basic configuration is not enough for you, you can directly use the package without installing it.
At the root of your project, run the following command:
npx @evyweb/server-action-tracker
You can also configure the server action tracker by adding a serverActionTracker property in your package.json file.
Here is an example of a configuration:
{
"serverActionTracker": {
"files": [
"src/**/*.ts",
"packages/**/*.ts"
]
}
}
The configuration is optional, and the default configuration will be used if no configuration is provided.
0.0.1
FAQs
A simple utility to list all your React Server Actions in your project.
The npm package @evyweb/server-action-tracker receives a total of 1 weekly downloads. As such, @evyweb/server-action-tracker popularity was classified as not popular.
We found that @evyweb/server-action-tracker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
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.