
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.
@privyid/eslint-config-persona
Advanced tools
Eslint shareable config for Persona project
First, Install all dependencies:
yarn add --dev \
eslint@8.57.0 \
eslint-config-standard-with-typescript@21.0.1 \
eslint-formatter-pretty@5.0.0 \
eslint-plugin-align-assignments@1.1.2 \
eslint-plugin-import@2.29.1 \
eslint-plugin-n@16.6.2 \
eslint-plugin-node@11.1.0 \
eslint-plugin-promise@6.1.1 \
eslint-plugin-unicorn@48.0.1 \
eslint-plugin-varspacing@1.2.2 \
eslint-plugin-vue@9.23.0 \
typescript@5.4.5 \
@vue/eslint-config-typescript@13.0.0 \
@typescript-eslint/eslint-plugin@5.62.0 \
@typescript-eslint/parser@5.62.0 \
@privyid/eslint-config-persona
Then, add this to your .eslintrc
file (create one if doesn't exist):
{
"extends": ["@privyid/eslint-config-persona"],
"parserOptions": { "project": "./tsconfig.json" }
}
Optional, add this to package.json
script's:
{
// ...
"scripts": {
// ...
"lint": "eslint . --ext .js,.vue,.ts --format pretty",
"fix": "yarn lint:js --fix",
// ...
}
// ...
}
FAQs
Eslint shareable config for Persona project
We found that @privyid/eslint-config-persona demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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.