
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
@flarum/jest-config
Advanced tools
This package provides a Jest config object to run unit & integration tests on Flarum extensions.
yarn add --dev @flarum/jest-config
"type": "module"
to your package.json
"test": "yarn node --experimental-vm-modules $(yarn bin jest)"
to your package.json
scriptswebpack.config.js
to webpack.config.cjs
jest.config.cjs
file with the following content:module.exports = require('@flarum/jest-config')();
tsconfig.test.json
with the following content:{
"extends": "./tsconfig.json",
"include": ["tests/**/*"],
"files": ["../../../node_modules/@flarum/jest-config/shims.d.ts"]
}
FAQs
Jest config for Flarum.
The npm package @flarum/jest-config receives a total of 5 weekly downloads. As such, @flarum/jest-config popularity was classified as not popular.
We found that @flarum/jest-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.