-
-
Notifications
You must be signed in to change notification settings - Fork 186
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: giggio/node-chromedriver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 955d73c482487c6516ec5924141ef0abe69eb9fd
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: giggio/node-chromedriver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5e2c65c53a74a57e5884c4096c3a4d65367d1b01
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 13 files changed
- 8 contributors
Commits on Sep 18, 2019
-
Automated Chromedriver updates (#230)
Add an npm script `update-chromedriver` to automate Chromedriver updates
Configuration menu - View commit details
-
Copy full SHA for 0f9ec80 - Browse repository at this point
Copy the full SHA 0f9ec80View commit details
Commits on Oct 8, 2019
-
Versioning LATEST => 75.0.3770.140
It would probably be more useful for readers to refer to a real version in addition to the default of LATEST
Configuration menu - View commit details
-
Copy full SHA for 4c43b45 - Browse repository at this point
Copy the full SHA 4c43b45View commit details
Commits on Oct 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b93c62d - Browse repository at this point
Copy the full SHA b93c62dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fd9570 - Browse repository at this point
Copy the full SHA 4fd9570View commit details -
Honor XDG_CACHE_HOME and make npm_config_tmp work
Ref #72. * For npm_config_tmp to work as (optional) override for the default temporary directory, it has to be checked first, not last in the chain of default-operator checks. * Add support for XDG_CACHE_HOME which some XDG-compliant environments will set to a directory that is persisted between CI runs and such. The XDG Cache home concept is ideal for this purpose because node-chromedriver takes care to clean up after itself and uses a deterministic filename. As such, it won't grow out of control and can be safely cached and persisted when XDG is provided. This way, downstream users of node-chromedriver are not required to set npm_config_tmp to a persisted directory, which can be undesirable due to the inherit nature and expectation of a temp directory. E.g. software tends to place files with random files name here, or leave behind large files, a directory with files that would grow rapidly if persisted between subsequent CI runs. * Remove the redundant manual handling of TMPDIR, TMP and "/tmp". These predate the addition of os.tmpdir() by 60c4706, which handles all these already. This code appears to be inspired by <https://github.com/Medium/phantomjs/blob/v2.1.8/install.js#L107>, which also does not have these additional checks.
Configuration menu - View commit details
-
Copy full SHA for f331bbe - Browse repository at this point
Copy the full SHA f331bbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8d4734 - Browse repository at this point
Copy the full SHA d8d4734View commit details
Commits on Dec 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7a08121 - Browse repository at this point
Copy the full SHA 7a08121View commit details
Commits on Dec 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f61cbbd - Browse repository at this point
Copy the full SHA f61cbbdView commit details
Commits on Jan 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b361ec9 - Browse repository at this point
Copy the full SHA b361ec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1f0cab - Browse repository at this point
Copy the full SHA b1f0cabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67253e1 - Browse repository at this point
Copy the full SHA 67253e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b62bef3 - Browse repository at this point
Copy the full SHA b62bef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a24d2f3 - Browse repository at this point
Copy the full SHA a24d2f3View commit details
Commits on Feb 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9a561eb - Browse repository at this point
Copy the full SHA 9a561ebView commit details
Commits on Feb 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1974478 - Browse repository at this point
Copy the full SHA 1974478View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe02d5f - Browse repository at this point
Copy the full SHA fe02d5fView commit details
Commits on Feb 12, 2020
-
Replace request with axios and other updates
Updated other deps. Modernized code with async/await. Updated node versions to only include supported versions. Closes #189
2Configuration menu - View commit details
-
Copy full SHA for 5e2c65c - Browse repository at this point
Copy the full SHA 5e2c65cView commit details
There are no files selected for viewing