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.
eslint-plugin-lvmcn
Advanced tools
To use this plugin, install it as a devDependency
first, alongside ESLint
itself:
npm install --save-dev eslint-plugin-lvmcn eslint
Rule | Description | Configurations | Fixable |
---|---|---|---|
no-single-line-comment-block | Single line comments should not be in a block comment. |
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See usage notes on how to consume this package in your project.
Minimal requirements to set up the project:
Start by cloning the repository:
git clone git@github.com:tinymins/eslint-plugin-lvmcn.git
In case you don't have a git client, you can get the latest version directly by using this link and extracting the downloaded archive.
Go the the right directory and install dependencies:
cd eslint-plugin-lvmcn
npm install
That's it! You can now go to the next step.
This project uses Prettier to automate formatting. All supported files are being reformatted in a pre-commit hook. You can also use one of the two scripts to validate and optionally fix all of the files:
npm run format
npm run format:fix
This project uses ESLint to enable static analysis. TypeScript files are linted using a custom configuration. You can use one of the following scripts to validate and optionally fix all of the files:
npm run lint
npm run lint:fix
This project adheres to Semantic Versioning v2.
FAQs
ESLint plugin for custom rules.
The npm package eslint-plugin-lvmcn receives a total of 3 weekly downloads. As such, eslint-plugin-lvmcn popularity was classified as not popular.
We found that eslint-plugin-lvmcn 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.