Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

policystat-sauce-browsers

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

policystat-sauce-browsers

PolicyStat's Sauce Labs browsers

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

policystat-sauce-browsers NPM version Build Status

If you’d like to use karma-sauce-launcher with the same browsers in numerous projects and you happen to be developing for PolicyStat then this module will give you the browsers which PolicyStat would like to test against.

API

In your karma.conf.js:

// the browsers available from Sauce Labs are retrieved using an HTTPS request.
// therefore, this is a promise
var psBrowsers = require('policystat-sauce-browsers')

psBrowsers.then(function (browsers) {
  // browsers is what you’re after
  // configure Karma here
}).catch(function (reason) {
  // handle failure
})

This module uses get-saucelabs-browsers.

Copyright © 2015 PolicyStat LLC

License

BSD-3-Clause

Keywords

FAQs

Package last updated on 28 Feb 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc