
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
karma-vca-api
Advanced tools
A Karma plugin middleware that implements the VCA APIs
$ npm install --save-dev karma-vca-api
/* karma.conf.js */
module.exports = function(config) {
config.set({
/* Use the middleware */
middleware: ['vca-api'],
/* Passed to the Api constructor */
vcaApi: {
endpoint: '/test'
}
});
}
To provide a consistent testing environment it is useful for the API to be reset
between tests. There are framework adaptors for popular testing frameworks that
perform a POST request with the browsers Karma identification number to
/karma-vca-api/api/reset so that the middleware data storage gets reset.
MIT © VCA Technology
FAQs
A Karma plugin middleware that implements the VCA APIs
We found that karma-vca-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.