karma-chrome-launcher
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -0,1 +1,11 @@ | ||
<a name="3.1.0"></a> | ||
# [3.1.0](https://github.com/karma-runner/karma-chrome-launcher/compare/v3.0.0...v3.1.0) (2019-08-13) | ||
### Features | ||
* add --disable-dev-shm-usage flag to headless ([137005d](https://github.com/karma-runner/karma-chrome-launcher/commit/137005d)) | ||
<a name="3.0.0"></a> | ||
@@ -2,0 +12,0 @@ # [3.0.0](https://github.com/karma-runner/karma-chrome-launcher/compare/v2.2.0...v3.0.0) (2019-07-12) |
@@ -170,3 +170,7 @@ var fs = require('fs') | ||
function headlessGetOptions (url, args, parent) { | ||
var mergedArgs = parent.call(this, url, args).concat(['--headless', '--disable-gpu']) | ||
var mergedArgs = parent.call(this, url, args).concat([ | ||
'--headless', | ||
'--disable-gpu', | ||
'--disable-dev-shm-usage' | ||
]) | ||
@@ -173,0 +177,0 @@ var isRemoteDebuggingFlag = function (flag) { |
{ | ||
"name": "karma-chrome-launcher", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "A Karma plugin. Launcher for Chrome and Chrome Canary.", | ||
@@ -51,13 +51,13 @@ "main": "index.js", | ||
"Mark Trostler <mark@zzo.com>", | ||
"Michał Gołębiowski-Owczarek <m.goleb@gmail.com>", | ||
"johnjbarton <johnjbarton@johnjbarton.com>", | ||
"Michał Gołębiowski-Owczarek <m.goleb@gmail.com>", | ||
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>", | ||
"Filipe Guerra <alias.mac@gmail.com>", | ||
"Andrey Taranov <andrey.taranov@nordea.com>", | ||
"Aymeric Beaumet <aymeric@beaumet.me>", | ||
"Andrey Taranov <andrey.taranov@nordea.com>", | ||
"J. Abbott <abbotto@users.noreply.github.com>", | ||
"Joe Doyle <valdain@gmail.com>", | ||
"Julien Sanchez <julien.sanchez@lim.eu>", | ||
"David <davidsu@wix.com>", | ||
"Hai Feng Kao <haifeng@cocoaspice.in>", | ||
"Florian Richter <florian@lkr24.de>", | ||
"Alexander Fedyashov <af@e42.guru>", | ||
"Marko Vuksanovic <markovuksanovic@gmail.com>", | ||
@@ -67,11 +67,12 @@ "François SIMOND <frsimond@users.noreply.github.com>", | ||
"Parashuram N <code@r.nparashuram.com>", | ||
"Darryl Pogue <dvpdiner2@gmail.com>", | ||
"Hai Feng Kao <haifeng@cocoaspice.in>", | ||
"Tatsuyuki Ishi <ishitatsuyuki@gmail.com>", | ||
"Timo Tijhof <krinklemail@gmail.com>", | ||
"Vincent Voyer <vincent.voyer@algolia.com>", | ||
"Florian Richter <florian@lkr24.de>", | ||
"David <davidsu@wix.com>", | ||
"brutalcrozt <goendoell49@gmail.com>", | ||
"cexbrayat <cedric@ninja-squad.com>", | ||
"daniel rodriguez <maieutiquer@users.noreply.github.com>", | ||
"Alexander Fedyashov <af@e42.guru>", | ||
"Darryl Pogue <dvpdiner2@gmail.com>", | ||
"gkostov <p_e_a@gbg.bg>", | ||
"Florian-R <florian.r.dev@gmail.com>", | ||
@@ -78,0 +79,0 @@ "J Rob Gant <rgant@alum.wpi.edu>", |
@@ -31,3 +31,3 @@ # karma-chrome-launcher | ||
base: 'Chrome', | ||
flags: ['--disable-web-security'] | ||
flags: ['--disable-web-security', '--disable-site-isolation-trials'] | ||
} | ||
@@ -34,0 +34,0 @@ } |
@@ -69,2 +69,3 @@ /* eslint-env mocha */ | ||
'--disable-gpu', | ||
'--disable-dev-shm-usage', | ||
'--remote-debugging-port=9222' | ||
@@ -85,5 +86,6 @@ ]) | ||
'--headless', | ||
'--disable-gpu' | ||
'--disable-gpu', | ||
'--disable-dev-shm-usage' | ||
]) | ||
}) | ||
}) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
27651
462
0