
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.
karma-jasmine-web-worker
Advanced tools
Fork of karma-jasmine to let specs run in web workers.
This plugin ships with Karma by default, so you don't need to install it, it should just work ;-)
The easiest way is to keep karma-jasmine
as a devDependency in your package.json
.
{
"devDependencies": {
"karma": "~0.10",
"karma-jasmine-web-worker": "~0.1"
}
}
You can simple do it by:
npm install karma-jasmine-web-worker --save-dev
// karma.conf.js
module.exports = function(config) {
config.set({
frameworks: ['jasmine-web-worker'],
files: [
'*.js'
]
});
};
For more information on Karma see the homepage.
FAQs
Run Karma and Jasmine tests in a web worker
The npm package karma-jasmine-web-worker receives a total of 14 weekly downloads. As such, karma-jasmine-web-worker popularity was classified as not popular.
We found that karma-jasmine-web-worker demonstrated a not healthy version release cadence and project activity because the last version was released 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.
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.