puppeteer/src
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
..
.eslintrc.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Accessibility.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
api.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Browser.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
BrowserFetcher.js chore(deps): update extract-zip to version 2 (#5610) 2020-04-09 21:13:25 +02:00
Connection.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Coverage.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
DeviceDescriptors.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Dialog.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
DOMWorld.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
EmulationManager.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Errors.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Events.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
ExecutionContext.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
externs.d.ts chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
FrameManager.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
helper.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Input.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
JSHandle.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Launcher.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
LifecycleWatcher.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Multimap.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
NetworkManager.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Page.js chore: Use expect for assertions (#5581) 2020-04-03 13:22:55 +02:00
PipeTransport.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
protocol.d.ts chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Puppeteer.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Target.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
TaskQueue.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
TimeoutSettings.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Tracing.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
USKeyboardLayout.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
WebSocketTransport.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Worker.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00