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.
@the-mom-project/eslint-plugin-tmp
Advanced tools
ESLint rules for The Mom Project engineering team
ESLint rules for The Mom Project engineering team
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install @the-mom-project/eslint-plugin-tmp
:
$ npm install @the-mom-project/eslint-plugin-tmp --save-dev
$ # OR
$ yarn add -D @the-mom-project/eslint-plugin-tmp
Add tmp
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"tmp"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"tmp/no-unidentified-buttons": "error"
}
}
no-unidentified-buttons
FAQs
ESLint rules for The Mom Project engineering team
The npm package @the-mom-project/eslint-plugin-tmp receives a total of 37 weekly downloads. As such, @the-mom-project/eslint-plugin-tmp popularity was classified as not popular.
We found that @the-mom-project/eslint-plugin-tmp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.