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.1 to 0.2.2

9

CHANGELOG.md

@@ -0,1 +1,10 @@

<a name="0.2.2"></a>
## [0.2.2](https://github.com/karma-runner/karma-chrome-launcher/compare/v0.2.1...v0.2.2) (2015-12-01)
### Bug Fixes
* chrome will ignore command line flags it does not yet know about ([426e7c3](https://github.com/karma-runner/karma-chrome-launcher/commit/426e7c3))
<a name="0.2.1"></a>

@@ -2,0 +11,0 @@ ## [0.2.1](https://github.com/karma-runner/karma-chrome-launcher/compare/v0.2.0...v0.2.1) (2015-10-07)

3

index.js

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

'--disable-popup-blocking',
'--disable-translate'
'--disable-translate',
'--disable-background-timer-throttling'
].concat(flags, [url])

@@ -43,0 +44,0 @@ }

{
"name": "karma-chrome-launcher",
"version": "0.2.1",
"version": "0.2.2",
"description": "A Karma plugin. Launcher for Chrome and Chrome Canary.",

@@ -5,0 +5,0 @@ "main": "index.js",

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