Socket
Socket
Sign inDemoInstall

karma-safari-private-launcher

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

karma-safari-private-launcher

A Karma plugin. Launcher for Safari private mode.


Version published
Maintainers
1
Weekly downloads
186
increased by19.23%

Weekly downloads

Readme

Source

karma-safari-private-launcher

Launcher for Safari in private mode.

Installation

npm install karma-safari-private-launcher --save-dev

Configuration

// karma.conf.js
module.exports = function(config) {
  config.set({
    browsers: ['SafariPrivate']
  })
}

You can pass list of browsers as a CLI argument too:

karma start --browsers SafariPrivate

Todo

  • if Safari is already open, don't close it afterward

For more information on Karma see the homepage.

FAQs

Last updated on 24 Mar 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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