
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
eslint-plugin-exp-hub
Advanced tools
This package provides a set of custom rules for ESLint that are specific to the Experimentation Hub project, using the [DWC ESLint Plugin](https://github.com/bbc/data-web-components/tree/main/tools/eslint-plugin), it extends the pre existing rules and ext
This package provides a set of custom rules for ESLint that are specific to the Experimentation Hub project, using the DWC ESLint Plugin, it extends the pre existing rules and extends them with the additional configuration for the Hub's node and web projects.
Add the dependency to your project:
{
"devDependencies": {
... // other dependencies
"eslint-plugin-exp-hub": "workspace:*"
}
}
Create a eslint.config.mjs file in the root file of your project and add the following configuration for a node project:
import expHubConfig from "eslint-plugin-exp-hub";
export default expHubConfig.configs.node;
Or for a web project:
import expHubConfig from "eslint-plugin-exp-hub";
export default expHubConfig.configs.web;
FAQs
This package provides a set of custom rules for ESLint that are specific to the Experimentation Hub project, using the [DWC ESLint Plugin](https://github.com/bbc/data-web-components/tree/main/tools/eslint-plugin), it extends the pre existing rules and ext
We found that eslint-plugin-exp-hub 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
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.