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.
@lrowe/eslint-plugin-flow-remove-types
Advanced tools
A preprocessor to remove Flow type annotations.
You'll first need to install ESLint:
$ npm install eslint --save-dev
Next, install eslint-plugin-flow-remove-types
:
$ npm install eslint-plugin-flow-remove-types --save-dev
Note: If you installed ESLint globally (using the -g
flag) then you must also install eslint-plugin-flow-remove-types
globally.
Add flow-remove-types
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"flow-remove-types"
]
}
Because of the way flow-remove-types
preserves whitespace in the processed
files (so that line and column numbers remain accurate), any ESLint rules which
check for whitespace (e.g. no-irregular-whitespace
and space-in-parens
)
will likely break.
FAQs
A preprocessor to remove Flow type annotations.
The npm package @lrowe/eslint-plugin-flow-remove-types receives a total of 2 weekly downloads. As such, @lrowe/eslint-plugin-flow-remove-types popularity was classified as not popular.
We found that @lrowe/eslint-plugin-flow-remove-types 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.