Socket
Socket
Sign inDemoInstall

airtap-browsers

Package Overview
Dependencies
0
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.1.0

62

CHANGELOG.md
# Changelog
## [Unreleased]
## [Unreleased][unreleased]
## [0.1.0] - 2018-12-29
### Changed
- Upgrade `standard` from `^11.0.0` to `12.0.0` ([#11](https://github.com/airtap/browsers/issues/11)) ([**@ralphtheninja**](https://github.com/ralphtheninja))
### Added
- Add `hallmark` devDependency ([`36fff04`](https://github.com/airtap/browsers/commit/36fff04)) ([**@vweevers**](https://github.com/vweevers))
### Removed
- Remove IE 9 and 10 ([`c75b3b8`](https://github.com/airtap/browsers/commit/c75b3b8)) ([**@vweevers**](https://github.com/vweevers))
## [0.0.2] - 2018-05-25
### Added
* Add node 10 to Travis (@ralphtheninja)
* Add Greenkeeper (@ralphtheninja)
- Add node 10 to Travis ([**@ralphtheninja**](https://github.com/ralphtheninja))
- Add Greenkeeper ([**@ralphtheninja**](https://github.com/ralphtheninja))
### Removed
* Remove node 4 from Travis (@ralphtheninja)
- Remove node 4 from Travis ([**@ralphtheninja**](https://github.com/ralphtheninja))
## [0.0.1] - 2018-02-16

@@ -19,25 +35,33 @@

### Added
* Add `standard` (@vweevers)
* Add `LICENSE` file (@vweevers)
* Test `.name`, `.version` and `.platform` (@ralphtheninja)
* Add badges, usage, install and license to readme (@vweevers)
* Add `CHANGELOG.md` (@vweevers)
- Add `standard` ([**@vweevers**](https://github.com/vweevers))
- Add `LICENSE` file ([**@vweevers**](https://github.com/vweevers))
- Test `.name`, `.version` and `.platform` ([**@ralphtheninja**](https://github.com/ralphtheninja))
- Add badges, usage, install and license to readme ([**@vweevers**](https://github.com/vweevers))
- Add `CHANGELOG.md` ([**@vweevers**](https://github.com/vweevers))
### 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)
- Rename package and update repository URLs ([**@vweevers**](https://github.com/vweevers))
- Remove the need for Babel ([**@vweevers**](https://github.com/vweevers))
- Update `.travis.yml` with node 4, 6, 8 and 9 ([**@vweevers**](https://github.com/vweevers))
- Change IE8 to IE9 ([**@vweevers**](https://github.com/vweevers))
- Temporarily change Android latest (failing on Sauce Labs) to 6.0 ([**@vweevers**](https://github.com/vweevers))
### Fixed
* Gitignore `npm-debug.log` and `yarn.lock` (@vweevers)
- Gitignore `npm-debug.log` and `yarn.lock` ([**@vweevers**](https://github.com/vweevers))
### Removed
* Remove `eslint` (replaced by `standard`) (@vweevers)
* Remove `.npmignore` (only there for Babel) (@vweevers)
* Remove `HISTORY.md` (replaced by `CHANGELOG.md`) (@vweevers)
[Unreleased]: https://github.com/airtap/browsers/compare/v0.0.2...HEAD
- Remove `eslint` (replaced by `standard`) ([**@vweevers**](https://github.com/vweevers))
- Remove `.npmignore` (only there for Babel) ([**@vweevers**](https://github.com/vweevers))
- Remove `HISTORY.md` (replaced by `CHANGELOG.md`) ([**@vweevers**](https://github.com/vweevers))
[unreleased]: https://github.com/airtap/browsers/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/airtap/browsers/compare/v0.0.2...v0.1.0
[0.0.2]: https://github.com/airtap/browsers/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/airtap/browsers/compare/v0.0.0...v0.0.1

@@ -13,3 +13,3 @@ // '-2..3.1' means 3.1, 3.0, 2.9

name: 'internet explorer',
version: '9..11'
version: '11'
}, {

@@ -37,3 +37,3 @@ name: 'safari',

name: 'internet explorer',
version: ['9', '11']
version: '11'
}, {

@@ -40,0 +40,0 @@ name: 'firefox',

{
"name": "airtap-browsers",
"version": "0.0.2",
"version": "0.1.0",
"description": "Reusable list of browsers to test against when using Airtap",
"scripts": {
"test": "standard && node test.js"
"test": "standard && hallmark && node test.js",
"hallmark": "hallmark --fix"
},

@@ -22,3 +23,4 @@ "repository": "airtap/browsers",

"devDependencies": {
"standard": "^11.0.1",
"hallmark": "^0.1.0",
"standard": "^12.0.0",
"tape": "^4.8.0"

@@ -25,0 +27,0 @@ },

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