puppeteer/experimental/puppeteer-firefox/lib
Tim van der Lippe 1ce4fe7169
chore(deps): update extract-zip to version 2 (#5610)
extract-zip removed support for callbacks and instead uses promises. Moreover, it has TypeScript support which allows us to remove the @types/extract-zip package.

This update allows downstream users to remove their installation of mkdirp, which uses a vulnerable version of minimist.

For more info, see https://github.com/maxogden/extract-zip/releases/tag/v2.0.0

Co-authored-by: Mathias Bynens <mathias@qiwi.be>
2020-04-09 21:13:25 +02:00
..
Accessibility.js feat(firefox): page.accessibility.snapshot() (#4071) 2019-02-25 21:57:33 -08:00
api.js feat(firefox): page.accessibility.snapshot() (#4071) 2019-02-25 21:57:33 -08:00
Browser.js feat(browser): Add browser.isConnected() (#4403) 2019-05-09 16:24:52 -07:00
BrowserFetcher.js chore(deps): update extract-zip to version 2 (#5610) 2020-04-09 21:13:25 +02:00
Connection.js refactor(firefox): migrate onto Juggler flatten protocol (#4033) 2019-02-19 13:20:39 -08:00
DeviceDescriptors.js feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312) 2019-04-19 15:33:06 -07:00
Dialog.js chore(firefox): move sources from //lib/firefox to //lib (#3920) 2019-02-05 18:56:04 -08:00
DOMWorld.js feat(chromium): roll Chromium to r662092 (#4462) 2019-05-22 21:21:45 +03:00
Errors.js feat: introduce puppeteer-firefox (#3628) 2018-12-06 11:24:00 -08:00
Events.js refactor(firefox): migrate onto Juggler flatten protocol (#4033) 2019-02-19 13:20:39 -08:00
ExecutionContext.js fix: proper parse Error message on Node 12 (#4698) 2019-07-12 17:19:02 -07:00
externs.d.ts chore(firefox): move sources from //lib/firefox to //lib (#3920) 2019-02-05 18:56:04 -08:00
FrameManager.js feat(chromium): roll Chromium to r705776 (#5058) 2019-10-23 11:41:44 +02:00
helper.js chore: drop Node.js v6 support (#5045) 2019-10-16 17:00:20 +02:00
Input.js fix(firefox): fix missing awaits in mouse.click (#4561) 2019-06-10 16:53:38 -07:00
JSHandle.js feat(firefox): implement Page.touchscreen (#4070) 2019-02-25 15:36:38 -08:00
Launcher.js feat(firefox): implement missing launcher options (#4036) 2019-02-19 22:08:09 -08:00
NavigationWatchdog.js feat(firefox): implement missing launcher options (#4036) 2019-02-19 22:08:09 -08:00
NetworkManager.js fix(network): be able to remove headers using request.continue (#4797) 2019-08-05 15:26:17 -07:00
Page.js feat(api): add page.emulateMedia{Type,Features} (#5012) 2019-10-23 13:55:00 +02:00
Puppeteer.js feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312) 2019-04-19 15:33:06 -07:00
TimeoutSettings.js fix: abort page.waitForRequest/Response when page closes (#4865) 2019-08-21 10:26:48 -07:00
USKeyboardLayout.js chore(firefox): move sources from //lib/firefox to //lib (#3920) 2019-02-05 18:56:04 -08:00
WebSocketTransport.js feat(firefox): switch over to WebSocket and support multiclient (#4022) 2019-02-15 17:57:48 -08:00