Installations
npm install karma-edge-launcher
Releases
Unable to fetch releases
Developer
karma-runner
Developer Guide
Module System
CommonJS
Min. Node Version
>=4
Typescript Support
No
Node Version
8.4.0
NPM Version
5.4.1
Statistics
21 Stars
166 Commits
7 Forks
6 Watching
1 Branches
19 Contributors
Updated on 19 Oct 2023
Languages
JavaScript (86.88%)
PowerShell (13.12%)
Total Downloads
Cumulative downloads
Total Downloads
9,918,519
Last day
-2.6%
4,007
Compared to previous day
Last week
-40%
23,555
Compared to previous week
Last month
2.6%
147,125
Compared to previous month
Last year
-10.4%
1,725,871
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
karma-edge-launcher
Launcher for Microsoft Edge.
This is a fork of the launcher for Internet Explorer. Originally located at nickmccurdy/karma-edge-launcher.
Based on edge-launcher.
Status
In development, with pre-1.0 versions now available on the npm registry.
Installation
The easiest way is to keep karma-edge-launcher
as a devDependency, by running
1npm install karma-edge-launcher --save-dev
Configuration
1// karma.conf.js 2module.exports = function(config) { 3 config.set({ 4 browsers: ['Edge'] 5 }); 6};
You can pass list of browsers as a CLI argument too:
1karma start --browsers Edge
For more information on Karma see the homepage.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 1/27 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 4 are checked with a SAST tool
Score
3
/10
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More