digdug icon indicating copy to clipboard operation
digdug copied to clipboard

A JavaScript library for launching WebDriver service tunnels.

Results 7 digdug issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.7.0 to 6.9.7 Changelog Sourced from qs's changelog. 6.9.7 [Fix] parse: ignore __proto__ keys (#428)...

dependencies

Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.0 to 3.7.1. Changelog Sourced from jszip's changelog. v3.7.1 2021-08-05 Fix build of dist files. Note: this version ensures the changes from 3.7.0 are actually included in...

dependencies

This PR creates a new Intern tunnel that runs the various browsers' web driver servers without using Selenium or Java. Fixes #54

When I start Intern with e.g. the BrowserStack tunnel and I use ctrl-c to stop Intern, then the tunnel processes are cleaned up properly, but the node process itself stays...

bug

Fixes #80 . When installing a custom SIGINT handler, the default handler is removed. This means that the process's exit() will not be called. This is demonstrated fairly simply with...