
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@vonage/eslint-config
Advanced tools
This is the Vonage JWT SDK for Node.js. This package helps create JWT tokens to use with Vonage APIs.
For full API documentation refer to developer.vonage.com.
npm i -D @vonage/eslint-config
yarn add @vonage/eslint-config --dev
There are number of configurations that you can use based on the application.
Each configuration extends the base rules.
// eslint.config.js
import vonage from '@vonage/eslint-config';
export default [
// Include all base rules for all JS projects
...vonage.configs.base,
// Include all base rules for all TypeScript projects
...vonage.configs.typescript,
// Include all base rules for all Jest projects
...vonage.configs.jest,
// Include all base rules for all Node projects
...vonage.configs.node,
];
Note currently this is only for Node.js projects. Web projects are expected to be added in the future.
FAQs
ESLint rules for Vonage
The npm package @vonage/eslint-config receives a total of 32 weekly downloads. As such, @vonage/eslint-config popularity was classified as not popular.
We found that @vonage/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 43 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

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.