
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@technologiestiftung/eslint-config
Advanced tools
This is a sharable eslint config for the @technologiestiftung organization. Should be the basis for JS and TS. Still WIP
The idea here is to start out with a flat config but still be backwards compatible with the old config. So our team does not have to set the env variable
After some testing it is not that easy to turn the config from flat file to commonjs. Since the old config will be deprecated soon with the release of eslint 9.0 this is actually to much effort. So we will just use the flat config and be done with it. \o/ESLINT_USE_FLAT_CONFIG=true but can just reference this config as extend in the old config style if they need to.
The rules we apply should also be only for coding style not formatting. We should use prettier for that.
npm install @technologiestiftung/eslint-config --save-dev
In your eslint.config.js file, add the following:
import technologiestiftung from "@technologiestiftung/eslint-config";
export default [
...technologiestiftung,
rules: {
// your rules here
}
]
ESLINT_USE_FLAT_CONFIG=true npx eslint
If you are using VSCode set the following in your settings:
{ "eslint.experimental.useFlatConfig": true }
index.jsnpm t
Before you create a pull request, write an issue so we can discuss your changes.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
|
Made by
|
A project by
|
Supported by
|
FAQs
ESLint shareable config for @technologiestiftung
The npm package @technologiestiftung/eslint-config receives a total of 271 weekly downloads. As such, @technologiestiftung/eslint-config popularity was classified as not popular.
We found that @technologiestiftung/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 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 researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.