
Research
wget to Wipeout: Malicious Go Modules Fetch Destructive Payload
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
eslint-plugin-for-fsd-path
Advanced tools
Eslint плагин для проверки что рамках одного слайса все пути должны быть относительными
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-for-fsd-path
:
npm install eslint-plugin-for-fsd-path --save-dev
Add for-fsd-path
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"for-fsd-path"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"for-fsd-path/rule-name": 2
}
}
Name | Description | Options |
---|---|---|
path-checker | Проверки что рамках одного слайса все пути должны быть относительными | alias - Необязательная опция, указывается если в проекте используется alias импортов |
public-api-imports | Проверка что импорты из других слоев используются из Public Api (index.ts) | alias - Необязательная опция, указывается если в проекте используется alias импортов |
layer-imports | Проверка что текущий слой может импортировать только нижележащего слоя | alias - Необязательная опция, указывается если в проекте используется alias импортов, ignoreImportsPatterns- массив путей для исключения |
FAQs
eslint-plugin-for-fsd-path
The npm package eslint-plugin-for-fsd-path receives a total of 27 weekly downloads. As such, eslint-plugin-for-fsd-path popularity was classified as not popular.
We found that eslint-plugin-for-fsd-path 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
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.