
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@lwc/jest-transformer
Advanced tools
Compile Lightning web components for Jest tests.
Jest transformers modify source files in preparation for tests based on regular expressions. See Jest docs for more information.
The transformer modules in this package allow LWC developers to test components that reference @salesforce modules by transforming those import statements into assignment statements that work outside of a Salesforce application container.
yarn add -D @lwc/jest-transformer
Update your jest config to point the transformer to this package:
{
"jest": {
"moduleFileExtensions": ["js", "html"],
"transform": {
"^.+\\.(js|html|css)$": "@lwc/jest-transformer"
}
}
}
For SSR testing, use the new transformer @lwc/jest-transformer/ssr, which compiles components to generate the compiled artifact used for SSR rendering.
FAQs
Jest transformer for LWC and engine
We found that @lwc/jest-transformer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 14 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
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.