Socket
Socket
Sign inDemoInstall

karma-edge-launcher

Package Overview
Dependencies
146
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0 to 0.1.0

CHANGELOG.md

62

package.json
{
"name": "karma-edge-launcher",
"version": "0.0.0",
"version": "0.1.0",
"description": "A Karma plugin. Launcher for Microsoft Edge.",

@@ -9,18 +9,60 @@ "main": "index.js",

},
"repository": {
"type": "git",
"url": "git+https://github.com/watilde/karma-edge-launcher.git"
},
"repository": "nickmccurdy/karma-edge-launcher",
"keywords": [
"karma",
"karma-plugin",
"karma-launcher",
"microsoft",
"edge"
],
"author": "Daijiro Wachi <daijiro.wachi@gmail.com>",
"author": "Nick McCurdy <thenickperson@gmail.com> (http://nickmccurdy.com/)",
"dependencies": {
"edge-launcher": "1.0.1",
"resolve": "^1.1.7"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/watilde/karma-edge-launcher/issues"
"bugs": "https://github.com/nickmccurdy/karma-edge-launcher/issues",
"homepage": "https://github.com/nickmccurdy/karma-edge-launcher",
"devDependencies": {
"chai": "^3.5.0",
"chai-fs": "^0.1.0",
"di": "^0.0.1",
"eslint": "^2.4.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-react": "^4.2.1",
"eslint-plugin-standard": "^1.3.2",
"grunt": "^0.4.1",
"grunt-auto-release": "^0.0.6",
"grunt-bump": "^0.7.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^0.5.0",
"grunt-eslint": "^18.0.0",
"grunt-npm": "^0.0.2",
"grunt-simple-mocha": "^0.4.0",
"karma": "1.x || ^0.13.22",
"load-grunt-tasks": "^3.2.0",
"mocks": "0.0.15",
"os-homedir": "^1.0.1",
"sinon": "^1.14.1",
"sinon-chai": "^2.8.0"
},
"homepage": "https://github.com/watilde/karma-edge-launcher#readme"
"contributors": [
"Vojta Jina <vojta.jina@gmail.com>",
"Mark Ethan Trostler <mark@zzo.com>",
"sarychev <dizel3d@gmail.com>",
"sylvain-hamel <sylvainhamel0@gmail.com>",
"Nick McCurdy <thenickperson@gmail.com>",
"dignifiedquire <dignifiedquire@gmail.com>",
"Sylvain Hamel <sylvainhamel0@gmail.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Andreas Krummsdorf <a.krummsdorf@litixsoft.de>",
"Barak Haim <barak.h@walkme.com>",
"Christopher Currie <ccurrie@impresys.com>",
"Marcos Cáceres <marcos+github@marcosc.com>",
"Nikita Khomyakov <dr.evil@krtn.eu>"
]
}
# karma-edge-launcher
A Karma plugin. Launcher for Microsoft Edge
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/nickmccurdy/karma-edge-launcher)
[![Build Status](https://img.shields.io/travis/nickmccurdy/karma-edge-launcher/master.svg?style=flat-square)](https://travis-ci.org/nickmccurdy/karma-edge-launcher) [![Dependency Status](https://img.shields.io/david/nickmccurdy/karma-edge-launcher.svg?style=flat-square)](https://david-dm.org/nickmccurdy/karma-edge-launcher) [![devDependency Status](https://img.shields.io/david/dev/nickmccurdy/karma-edge-launcher.svg?style=flat-square)](https://david-dm.org/nickmccurdy/karma-edge-launcher#info=devDependencies)
> Launcher for Microsoft Edge.
This is a fork of the [launcher for Internet Explorer](https://github.com/karma-runner/karma-ie-launcher).
## Status
__This is in development.__ There are no published versions on npm yet. If you see a package of this name, it is likely a different project. The tool may be partially useful from the master branch at this point, but consider it unstable software.
## Configuration
```js
// karma.conf.js
module.exports = function(config) {
config.set({
browsers: ['Edge']
});
};
```
You can pass list of browsers as a CLI argument too:
```bash
karma start --browsers Edge
```
----
For more information on Karma see the [homepage].
[homepage]: http://karma-runner.github.com
.npmignore

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc