Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@amedia/eslint-config-typescript
Advanced tools
ESLint TypeScript configuration to be used by developers at Amedia
Common ESLint/Prettier configuration for TypeScript
npm install --save-dev @amedia/eslint-config-typescript eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser
After installing the deps, update your ESLint config file, e.g.
.eslintrc.js
:
module.exports = {
extends: ['@amedia/eslint-config-typescript'],
};
FAQs
ESLint TypeScript configuration to be used by developers at Amedia
The npm package @amedia/eslint-config-typescript receives a total of 2,142 weekly downloads. As such, @amedia/eslint-config-typescript popularity was classified as popular.
We found that @amedia/eslint-config-typescript demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 68 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.