
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@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.
We found that @evyweb/server-action-tracker demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.