
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@pega/eslint-config
Advanced tools
Pegasystems front-end ESLint configuration.
Install ESLint, the Pega config, and the required ESLint plugins.
npm i -D eslint @pega/eslint-config @typescript-eslint/eslint-plugin eslint-plugin-import eslint-plugin-jest eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-sonarjs
Extend from the Pega configuration in your ESLint configuration file.
{
"extends": ["@pega"]
}
Run ESLint to check all .js, .mjs, .cts, .jsx, .ts, .mts, .cts, and .tsx files in the current directory.
npx eslint .
Install the VS Code extension, and update your .vscode/settings.json to enable your editor to run ESLint for you automatically.
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
FAQs
Pega front-end ESLint configuration.
We found that @pega/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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 discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.