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-niieani
Advanced tools
A modern TypeScript-only ESLint config with optional presets. Expands upon the amazing Airbnb config to provide the latest ECMAScript features, enforce popular patterns, and align with the wider community.
yarn install --dev eslint eslint-config-niieani
Extend the niieani
config in your root .eslintrc.js
. Additional presets are available
for additional rules.
module.exports = {
root: true,
extends: ['niieani'],
}
The following additional configs can also be extended, but are not enabled by default.
niieani/browser
- Sets the environment to the browser/DOM and enables the
compat plugin. Should not be used with the
node
preset.niieani/node
- Sets the environment to Node.js and enables the
node plugin. Should not be used with the
browser
preset.niieani/react
- Enables the react,
react-hooks,
react-perf, and
jsx-a11y plugins.
*.tsx
files and also extends the browser
preset.react
version is 17+.parserOptions.project
based on the root tsconfig.json
.any
type and unsafe operations.src
folder.*.test.{ts,tsx}
and be located within a tests
or __tests__
folder.package.json
contains a Node.js engine
for the target runtime.FAQs
Reusable ESLint config for Beemo configured projects.
The npm package eslint-config-niieani receives a total of 26,877 weekly downloads. As such, eslint-config-niieani popularity was classified as popular.
We found that eslint-config-niieani demonstrated a healthy version release cadence and project activity because the last version was released less than 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.