
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
karma-qunit-special-blend
Advanced tools
A QUnit plugin/hack/wrapper which allows the user to designiate single tests or modules to run.
Ever want to run a single qunit test from your test suite with karma? Yeah, so did I.
This plugin/wrapper/npm module/hack was created to allow you to run a single qunit test or module with the karma test runner.
npm install karma-qunit-special-blend
After the package is installed configure your frameworks array in karma.conf.js as
follows:
frameworks: ['qunit', 'qunit-sb'],
You will now be able to use three new functions in your tests.js files
singleTestsingleModulesingleAsyncTest
in addition to the regular qunit test and module methods.If you don't have any of the new methods in your test files all tests will run as usual. If you have used the new methods only those tests will run.
I don't want to change test to singleTest and back all the time in my test
files file, because this is supposed to make things faster and easier after
all. I also happen to use Vim so I have written the vim-qunit-special-blend
plugin that leverages the functionality provided by this npm module to run
single tests but allows you to do it without altering your test code.
FAQs
A QUnit plugin/hack/wrapper which allows the user to designiate single tests or modules to run.
We found that karma-qunit-special-blend 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
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.