
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
@wordpress/jest-preset-default
Advanced tools
Default Jest preset for WordPress development.
Install the module
npm install @wordpress/jest-preset-default --save-dev
Note: This package requires Node.js 12.0.0 or later. It is not compatible with older versions.
jest.config.json
or jest
field in package.json
{
"preset": "@wordpress/jest-preset-default"
}
moduleNameMapper
- all css
and scss
files containing CSS styles will be stubbed out.modulePaths
- the root dir of the project is used as a location to search when resolving modules.setupFiles
- runs code before each test which sets up global variables required in the testing environment.setupFilesAfterEnv
- runs code which adds improved support for Console
object and React
components to the testing framework before each test.snapshotSerializers
- makes it possible to use snapshot tests on Enzyme
wrappers.testMatch
- includes /test/
subfolder in addition to the glob patterns Jest uses to detect test files. It detects only test files containing .js
(or .ts
) suffix. It doesn't match files with .spec.js
suffix.timers
- use of fake timers for functions such as setTimeout
is enabled.transform
- keeps the default babel-jest transformer.verbose
- each individual test won't be reported during the run.FAQs
Default Jest preset for WordPress development.
The npm package @wordpress/jest-preset-default receives a total of 71,615 weekly downloads. As such, @wordpress/jest-preset-default popularity was classified as popular.
We found that @wordpress/jest-preset-default demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 23 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
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.