
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@launchdarkly/jest
Advanced tools
[!CAUTION] This library is a beta version and should not be considered ready for production use while this message is visible.
Easily unit test LaunchDarkly applications with jest :clap:
For more information, see the complete reference guide for unit testing.
# npm
npm i @launchdarkly/jest --save-dev
# yarn
yarn add -D @launchdarkly/jest
Then in jest.config.js add @launchdarkly/jest/{framework} to setupFiles:
// jest.config.js
module.exports = {
// for react
setupFiles: ['@launchdarkly/jest/react'],
// for react-native
setupFiles: ['@launchdarkly/jest/react-native'],
};
TODO:
# at js-core repo root
yarn && yarn build && cd packages/tooling/jest
# run tests
yarn test
LaunchDarkly uses the SLSA framework (Supply-chain Levels for Software Artifacts) to help developers make their supply chain more secure by ensuring the authenticity and build integrity of our published SDK packages. To learn more, see the provenance guide.
FAQs
Easily unit test LaunchDarkly feature flagged components with jest
We found that @launchdarkly/jest 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.