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.
@quave/eslint-plugin-meteor-quave
Advanced tools
@quave/eslint-plugin-meteor-quave
is a plugin for eslint to ensure Javascript and Meteor standards.
This plugin will help you with your Meteor 3.0 migration.
We recommend you to use this plugin via quave-eslint-config but you can also install it directly.
Install the npm dependency
npm i -D @quave/eslint-plugin-meteor-quave
You can debug by providing the METEOR_ESLINT_PLUGIN_DEBUG
env var as 1
for example, so you will see more logs.
Run your eslint task like: METEOR_ESLINT_PLUGIN_DEBUG=1 eslint .
METEOR_ESLINT_PLUGIN_EXPIRES_CACHE_IN_SECONDS
: default is 5
. You can customize the cache expiration time in seconds.METEOR_ESLINT_PLUGIN_DEBUG
: default is disabled. You can pass this to enable debug mode and see more logs.METEOR_ESLINT_PLUGIN_IGNORE_CACHE
: default is false. You can pass this to ignore the cache.METEOR_ESLINT_PLUGIN_FILES
: use this if you want to lint a specific file.MIT
FAQs
Quave linting rules for ESLint
We found that @quave/eslint-plugin-meteor-quave demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.