
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@fairdataihub/config
Advanced tools
A library for commonly used configs at the FAIR Data Innovations Hub
A simple list of configs for use in FAIR Data Innovations Hub projects.
npm install --save-dev @fairdataihub/config
yarn add -D @fairdataihub/config
Refer to our documentation for this package here: @fairdataihub/config
git clone https://github.com/fairdataihub/config.git cd confignpm installTo enable deployment, you will need to:
NPM_TOKEN secret in GitHub actions (Settings > Secrets > Actions)GITHUB_TOKEN write permissions for GitHub releases (Settings > Actions > General > Workflow permissions)Currently supported configs:
Leverages esbuild for blazing fast builds, but keeps tsc to generate .d.ts files.
Generates two builds to support both ESM and CJS.
Commands:
build: runs typechecking then generates CJS, ESM and d.ts files in the build/ directoryclean: removes the build/ directorytype:dts: only generates d.tstype:check: only run typecheckingtype:build: only generates CJS and ESMThis library uses ava and esbuild-register so that there is no need to compile before the tests start running. The coverage is done through nyc.
Commands:
test: runs ava test runnertest:coverage: runs ava test runner and generates coverage reportsThis project relies on the combination of eslint — through typescript-eslint for linting and prettier for formatting. It also uses cspell to ensure spelling
Commands:
format: runs prettier with automatic fixingformat:check: runs prettier without automatic fixing (used in CI)lint: runs eslint with automatic fixinglint:check: runs eslint without automatic fixing (used in CI)spell:check: runs spellcheckingUnder the hood, this library uses semantic-release and commitizen.
The goal is to avoid manual release process. Using semantic-release will automatically create a github release (hence tags) as well as an npm release.
Based on your commit history, semantic-release will automatically create a patch, feature or breaking release.
Commands:
cz: interactive CLI that helps you generate a proper git commit message, using commitizensemantic-release: triggers a release (used in CI)FAQs
A library for commonly used configs at the FAIR Data Innovations Hub
We found that @fairdataihub/config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.