New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/puppeteer

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/puppeteer - npm Package Compare versions

Comparing version

to
1.6.0

30

puppeteer/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for puppeteer 1.5
// Type definitions for puppeteer 1.6
// Project: https://github.com/GoogleChrome/puppeteer#readme

@@ -731,2 +731,6 @@ // Definitions by: Marvin Hagemeister <https://github.com/marvinhagemeister>

/**
* Resolves to true if the element is visible in the current viewport.
*/
isIntersectingViewport(): Promise<boolean>;
/**
* Focuses the element, and then uses keyboard.down and keyboard.up.

@@ -864,2 +868,4 @@ * @param key Name of key to press, such as ArrowLeft. See USKeyboardLayout for a list of all key names.

| "addressunreachable"
| "blockedbyclient"
| "blockedbyresponse"
| "connectionaborted"

@@ -1112,12 +1118,2 @@ | "connectionclosed"

waitForRequest(
urlOrPredicate: string | ((req: Request) => boolean),
options?: { timeout?: number }
): Promise<Request>;
waitForResponse(
urlOrPredicate: string | ((res: Response) => boolean),
options?: { timeout?: number }
): Promise<Response>;
waitForSelector(

@@ -1453,2 +1449,12 @@ selector: string,

waitForRequest(
urlOrPredicate: string | ((req: Request) => boolean),
options?: { timeout?: number }
): Promise<Request>;
waitForResponse(
urlOrPredicate: string | ((res: Response) => boolean),
options?: { timeout?: number }
): Promise<Response>;
/** This method returns all of the dedicated WebWorkers associated with the page. */

@@ -1712,2 +1718,4 @@ workers(): Worker[];

resetOnNavigation?: boolean;
/** Whether anonymous scripts generated by the page should be reported. Defaults to `false`. */
reportAnonymousScripts?: boolean;
}

@@ -1714,0 +1722,0 @@

{
"name": "@types/puppeteer",
"version": "1.5.1",
"version": "1.6.0",
"description": "TypeScript definitions for puppeteer",

@@ -33,4 +33,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "7aa422f0179a92a0d231c6d34806b046d6a97fd18adb57f6625a20f78aa5acb2",
"typesPublisherContentHash": "99dfbdbfeded4c9f91b03fe67b0c8f7613322ed69f645c49f3ebbca03c62db53",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Sat, 21 Jul 2018 02:05:50 GMT
* Last updated: Mon, 30 Jul 2018 23:12:12 GMT
* Dependencies: events, child_process, node

@@ -14,0 +14,0 @@ * Global values: none