Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
eslint-config-paazmaya
Advanced tools
Shared ESLint configuration between my projects since it is possible
Shared ESLint configuration between my projects since it is possible
Install via npm
command line tool, along with ESLint:
npm install --save-dev eslint eslint-config-paazmaya
Note that the minimum ESLint version supported is 7.15.0
due to the rule configuration, but the latest usually works best.
Change the .eslintrc.json
to contain the configuration for the shared configuration:
{
"extends": "paazmaya"
}
For further details see ESLint documentation for Shareable Configs.
For example, when @babel/eslint-parser
parser would be needed:
{
"extends": "paazmaya",
"parser": "@babel/eslint-parser",
"plugins": [
"@babel"
]
}
The default configuration specifies global variable environments as:
env: {
node: true,
es6: true
}
The global variables themselves are defined at sindresorhus/globals
.
Please note that the minimum supported version of Node.js is 14.15.0
, which is the active Long Term Support (LTS) version.
"A Beginner's Guide to Open Source: The Best Advice for Making your First Contribution"
Also there is a blog post about "45 Github Issues Dos and Don’ts".
Linting is done with ESLint and can be executed with npm test
.
There should be no errors appearing after any JavaScript file changes.
Copyright (c) Juga Paazmaya paazmaya@yahoo.com
Licensed under the MIT license.
FAQs
Shared ESLint configuration between my projects since it is possible
We found that eslint-config-paazmaya 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.