Socket
Socket
Sign inDemoInstall

karma-chrome-launcher

Package Overview
Dependencies
4
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="0.2.1"></a>
## [0.2.1](https://github.com/karma-runner/karma-chrome-launcher/compare/v0.2.0...v0.2.1) (2015-10-07)
### Bug Fixes
* **ChromeCanary:** on Linux (archlinux), it can be named google-chrome-unstable ([28cb5b0](https://github.com/karma-runner/karma-chrome-launcher/commit/28cb5b0))
<a name"0.2.0"></a>

@@ -2,0 +12,0 @@ ## 0.2.0 (2015-06-23)

29

gruntfile.js

@@ -21,2 +21,26 @@ module.exports = function (grunt) {

},
conventionalChangelog: {
release: {
options: {
changelogOpts: {
preset: 'angular'
}
},
src: 'CHANGELOG.md'
}
},
conventionalGithubReleaser: {
release: {
options: {
auth: {
type: 'oauth',
token: process.env.GH_TOKEN
},
changelogOpts: {
preset: 'angular',
releaseCount: 0
}
}
}
},
bump: {

@@ -58,5 +82,6 @@ options: {

'npm-contributors',
'bump-only:' + (type || 'patch'),
'changelog',
'bump:' + (type || 'patch') + ':bump-only',
'conventionalChangelog',
'bump-commit',
'conventionalGithubReleaser',
'npm-publish'

@@ -63,0 +88,0 @@ ])

2

index.js

@@ -141,3 +141,3 @@ var fsAccess = require('fs-access')

DEFAULT_CMD: {
linux: 'google-chrome-canary',
linux: getBin(['google-chrome-canary', 'google-chrome-unstable']),
darwin: getChromeDarwin('/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary'),

@@ -144,0 +144,0 @@ win32: getChromeExe('Chrome SxS')

{
"name": "karma-chrome-launcher",
"version": "0.2.0",
"version": "0.2.1",
"description": "A Karma plugin. Launcher for Chrome and Chrome Canary.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jasmine-node test"
"test": "grunt test"
},

@@ -25,36 +25,40 @@ "repository": {

"devDependencies": {
"chai": "^3.0.0",
"eslint": "^0.23.0",
"eslint-config-standard": "^3.3.0",
"chai": "^3.3.0",
"eslint": "^1.6.0",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"grunt": "^0.4.1",
"grunt-auto-release": "^0.0.6",
"grunt-bump": "^0.3.1",
"grunt-conventional-changelog": "^1.2.2",
"grunt-eslint": "^15.0.0",
"grunt-karma": "^0.11.1",
"grunt-bump": "^0.6.0",
"grunt-conventional-changelog": "^5.0.0",
"grunt-conventional-github-releaser": "^0.5.0",
"grunt-eslint": "^17.2.0",
"grunt-karma": "^0.12.1",
"grunt-npm": "^0.0.2",
"grunt-simple-mocha": "^0.4.0",
"jasmine-node": "^1.14.5",
"karma": "^0.12.36",
"karma": "^0.13.10",
"karma-mocha": "^0.2.0",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.2.5",
"sinon": "^1.15.3"
"mocha": "^2.3.3",
"sinon": "^1.17.1"
},
"contributors": [
"Mark Ethan Trostler <mark@zzo.com>",
"dignifiedquire <dignifiedquire@gmail.com>",
"Mark Trostler <mark@zzo.com>",
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
"dignifiedquire <dignifiedquire@gmail.com>",
"Aymeric Beaumet <aymeric@beaumet.me>",
"Filipe Guerra <alias.mac@gmail.com>",
"Aymeric Beaumet <aymeric@beaumet.me>",
"Julien Sanchez <julien.sanchez@lim.eu>",
"Marko Vuksanovic <markovuksanovic@gmail.com>",
"Michał Gołębiowski <m.goleb@gmail.com>",
"Jeff Cross <middlefloor@gmail.com>",
"Michał Gołębiowski <m.goleb@gmail.com>",
"Parashuram N <code@r.nparashuram.com>",
"Timo Tijhof <krinklemail@gmail.com>",
"Jeff Cross <middlefloor@gmail.com>",
"Joe Doyle <valdain@gmail.com>"
"Vincent Voyer <vincent.voyer@algolia.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Michał Gołębiowski <m.goleb@gmail.com>",
"Joe Doyle <valdain@gmail.com>",
"Julien Sanchez <julien.sanchez@lim.eu>"
]
}
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