Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: b1zzu/node-browserstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: scottgonzalez/node-browserstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 5 files changed
  • 5 contributors

Commits on Aug 10, 2019

  1. 1.5.3

    scottgonzalez committed Aug 10, 2019
    Configuration menu
    Copy the full SHA
    9b5bc85 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Merge pull request scottgonzalez#61 from b1zzu/master

    Add AppAutomateClient
    b1zzu authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    cddb45d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    5e634fc View commit details
    Browse the repository at this point in the history
  2. README: Add example for App Automate

    smuralidharan authored and scottgonzalez committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    0805be1 View commit details
    Browse the repository at this point in the history
  3. Update license

    scottgonzalez committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    eb13894 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bc7ec7 View commit details
    Browse the repository at this point in the history
  5. 1.6.0

    scottgonzalez committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    40f9f9c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Configuration menu
    Copy the full SHA
    74676d4 View commit details
    Browse the repository at this point in the history
  2. 1.6.1

    scottgonzalez committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    3ea78fb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    16e1932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ac145b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00b40b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Bump minimist and mocha (scottgonzalez#79)

    Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.
    
    
    Updates `minimist` from 1.2.5 to 1.2.8
    - [Release notes](https://github.com/minimistjs/minimist/releases)
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.8)
    
    Updates `mocha` from 2.4.5 to 10.2.0
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v2.4.5...v10.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    - dependency-name: mocha
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    9dcec9c View commit details
    Browse the repository at this point in the history
  2. Bump shelljs and jshint (scottgonzalez#80)

    Removes [shelljs](https://github.com/shelljs/shelljs). It's no longer used after updating ancestor dependency [jshint](https://github.com/jshint/jshint). These dependencies need to be updated together.
    
    
    Removes `shelljs`
    
    Updates `jshint` from 2.8.0 to 2.13.6
    - [Release notes](https://github.com/jshint/jshint/releases)
    - [Changelog](https://github.com/jshint/jshint/blob/main/CHANGELOG.md)
    - [Commits](jshint/jshint@2.8.0...2.13.6)
    
    ---
    updated-dependencies:
    - dependency-name: shelljs
      dependency-type: indirect
    - dependency-name: jshint
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    aea3cda View commit details
    Browse the repository at this point in the history
  3. Bump minimatch and jscs (scottgonzalez#82)

    Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.8 and updates ancestor dependency [jscs](https://github.com/jscs-dev/node-jscs). These dependencies need to be updated together.
    
    
    Updates `minimatch` from 3.0.4 to 3.0.8
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.0.4...v3.0.8)
    
    Updates `jscs` from 2.8.0 to 3.0.7
    - [Release notes](https://github.com/jscs-dev/node-jscs/releases)
    - [Changelog](https://github.com/jscs-dev/node-jscs/blob/master/CHANGELOG.md)
    - [Commits](jscs-dev/node-jscs@v2.8.0...v3.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: indirect
    - dependency-name: jscs
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    b82d486 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Bump debug from 3.2.6 to 3.2.7 (scottgonzalez#86)

    Bumps [debug](https://github.com/debug-js/debug) from 3.2.6 to 3.2.7.
    - [Release notes](https://github.com/debug-js/debug/releases)
    - [Commits](debug-js/debug@3.2.6...3.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: debug
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8b85df0 View commit details
    Browse the repository at this point in the history
Loading