
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
@map-colonies/eslint-config
Advanced tools
A collection of ESLint configs for various frameworks and environments. The package only supports eslint 9 and above using the flat configuration.
$ npm install --save-dev eslint @map-colonies/eslint-config
$ npm install --save-dev @map-colonies/eslint-config eslint-plugin-react eslint-plugin-react-hooks
$ npm install --save-dev @map-colonies/eslint-config eslint-plugin-jest
Add the configs you want to the eslint configuration file of your choice. In this example we are using the file eslint.config.mjs
For more information check the following link Configuration Files
.
Note: make sure to add ts-base last.
import tsBaseConfig from '@map-colonies/eslint-config/ts-base';
import { config } from '@map-colonies/eslint-config/helpers';
export default config(tsBaseConfig);
If you want to check the ESLint configuration, debug problems or just see the final configuration, you can the following command that will open the eslint configuration UI in your browser.
npx eslint --inspect-config .
For more information check the following link debug.
Add a new file and name it as you would like. Inside export the ESLint configuration.
module.exports = {
extends: ['plugin:jest/recommended', 'plugin:jest/style'],
plugins: ['jest'],
env: {
'jest/globals': true,
},
};
after you finished developing the config, make sure it works by using the --print-config flag of ESLint, in the project you use for testing.
$ npx eslint --print-config index.ts
Don't forget adding the config to this readme :blush:
If any linting error is appearing twice, or you have any other problem, please open an issue with all the details you have.
FAQs
eslint configs for map colonies organization
The npm package @map-colonies/eslint-config receives a total of 603 weekly downloads. As such, @map-colonies/eslint-config popularity was classified as not popular.
We found that @map-colonies/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 10 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
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.