Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/expect-puppeteer

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/expect-puppeteer - npm Package Compare versions

Comparing version 3.3.1 to 3.3.2

2

expect-puppeteer/index.d.ts

@@ -62,3 +62,3 @@ // Type definitions for expect-puppeteer 3.3

toMatch(selector: string, options?: ExpectTimingActions): Promise<void>;
toMatchElement(selector: string, options?: ExpectToClickOptions): Promise<void>;
toMatchElement(selector: string, options?: ExpectToClickOptions): Promise<ElementHandle>;
toSelect(selector: string, valueOrText: string, options?: ExpectTimingActions): Promise<void>;

@@ -65,0 +65,0 @@ toUploadFile(selector: string, filePath: string, options?: ExpectTimingActions): Promise<void>;

{
"name": "@types/expect-puppeteer",
"version": "3.3.1",
"version": "3.3.2",
"description": "TypeScript definitions for expect-puppeteer",

@@ -22,3 +22,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/expect-puppeteer"
},

@@ -30,4 +31,4 @@ "scripts": {},

},
"typesPublisherContentHash": "e56340576d3462090f7dcec36f25ffcc166785524aa7bfe0417ecb5f1aaf9bad",
"typesPublisherContentHash": "4046ee73702b1ccec67400333b9fe983d77036834379af9477dbcb5fceb803cc",
"typeScriptVersion": "3.0"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for expect-puppeteer ( https://github.com/smooth-code/jest-puppeteer/tree/master/packages/expect-puppeteer ).
This package contains type definitions for expect-puppeteer (https://github.com/smooth-code/jest-puppeteer/tree/master/packages/expect-puppeteer).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Tue, 05 Feb 2019 01:10:03 GMT
* Last updated: Wed, 02 Oct 2019 21:46:15 GMT
* Dependencies: @types/puppeteer, @types/jest

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by Josh Goldberg <https://github.com/JoshuaKGoldberg>, Tanguy Krotoff <https://github.com/tkrotoff>.
These definitions were written by Josh Goldberg <https://github.com/JoshuaKGoldberg>, and Tanguy Krotoff <https://github.com/tkrotoff>.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc