Socket
Socket
Sign inDemoInstall

airtap-browsers

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    airtap-browsers

Reusable list of browsers to test against when using Airtap


Version published
Weekly downloads
12
decreased by-7.69%
Maintainers
1
Install size
5.49 kB
Created
Weekly downloads
 

Changelog

Source

[0.0.1] - 2018-02-16

First release :seedling:. Forked from browzers, so this changelog entry lists the differences from browzers.

Added

Changed

  • Rename package and update repository URLs (@vweevers)
  • Remove the need for Babel (@vweevers)
  • Update .travis.yml with node 4, 6, 8 and 9 (@vweevers)
  • Change IE8 to IE9 (@vweevers)
  • Temporarily change Android latest (failing on Sauce Labs) to 6.0 (@vweevers)

Fixed

  • Gitignore npm-debug.log and yarn.lock (@vweevers)

Removed

  • Remove eslint (replaced by standard) (@vweevers)
  • Remove .npmignore (only there for Babel) (@vweevers)
  • Remove HISTORY.md (replaced by CHANGELOG.md) (@vweevers)

Readme

Source

airtap-browsers

A reusable list of browsers to test when using airtap.

npm status node Travis build status JavaScript Style Guide Dependency status

usage

// All (evergreen) browsers
const browsers = require('airtap-browsers').all

// A smaller set of browsers for pull requests
const browsers = require('airtap-browsers').pullRequest

install

With npm do:

npm install airtap-browsers

license

MIT © Algolia, Airtap contributors.

Keywords

FAQs

Last updated on 16 Feb 2018

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