
Security News
/Research
npm Phishing Email Targets Developers with Typosquatted Domain
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.
karma-cljs-test
Advanced tools
Adapter for the cljs.test testing framework.
The easiest way is to keep karma-cljs-test as a dependency in your package.json:
{
"devDependencies": {
"karma": "~0.12.0",
"karma-cljs-test": "~0.1.0"
}
}
You can simply do it by:
npm install karma-cljs-test --save-dev
// karma.conf.js
module.exports = function(config) {
var root = 'target/public/dev';
config.set({
frameworks: ['cljs-test'],
files: [
root + '/goog/base.js',
root + '/cljs_deps.js',
root + '/app.js',
{pattern: root + '/*.js', included: false},
{pattern: root + '/**/*.js', included: false}
],
client: {
args: ['app.test_runner.run_with_karma']
},
});
};
FAQs
Adapter for the cljs.test testing framework.
The npm package karma-cljs-test receives a total of 15,891 weekly downloads. As such, karma-cljs-test popularity was classified as popular.
We found that karma-cljs-test 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.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.
Security News
Knip hits 500 releases with v5.62.0, refining TypeScript config detection and updating plugins as monthly npm downloads approach 12M.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.