Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
jest-teamcity
Advanced tools
TeamCity Reporter for Jest testing framework which groups tests using TeamCity Test Suites.
Install with npm: npm install --save-dev jest-teamcity
Add this into the jest configuration file:
"reporters": ["default", "jest-teamcity"]
The reporter is enabled only if TEAMCITY_VERSION
environment variable is set. It should work in TeamCity by default.
To be able to run the tests with the reporter locally, environment variable should be set:
export TEAMCITY_VERSION="some_version"
Package.json example:
"scripts": {
"test": "jest"
}
With this configuration, you can run the tests with npm test
. If the TEAMCITY_VERSION
environment variable is set, it produces the output in TeamCity's format. Otherwise, standard jest output is produced.
MIT © [Ivan Tereshchenkov]
FAQs
Teamcity Reporter for Jest Testing framework
The npm package jest-teamcity receives a total of 23,858 weekly downloads. As such, jest-teamcity popularity was classified as popular.
We found that jest-teamcity 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.