
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@rhcp/esbuild-jest
Advanced tools
With this transformer you can use and transform (ts, js, tsx and jsx) files
npm install --save-dev esbuild-jest esbuild
esbuild-jest transformer should be used in your Jest config file like this:
{
"transform": {
"^.+\\.tsx?$": "esbuild-jest"
}
}
export interface Options {
jsxFactory?: string
jsxFragment?: string
sourcemap?: boolean | 'inline' | 'external'
loaders?: {
[ext: string]: Loader
},
target?: string
format?: string
define?: { [key: string]: string }
}
{
"transform": {
"^.+\\.tsx?$": [
"esbuild-jest",
{
sourcemap: true,
loaders: {
'.spec.ts': 'tsx'
}
}
]
}
}
Note: if you are using tsconfig.json and jsconfig.json with "paths", Please look
alias-hq
and there documentation https://github.com/davestewart/alias-hq/blob/master/docs/integrations.md
FAQs
Jest plugin to use esbuild for transformation
The npm package @rhcp/esbuild-jest receives a total of 3 weekly downloads. As such, @rhcp/esbuild-jest popularity was classified as not popular.
We found that @rhcp/esbuild-jest demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.