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

@qawolf/types

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qawolf/types - npm Package Compare versions

Comparing version 0.4.1 to 0.4.3

8

lib/index.d.ts
export declare type Action = "click" | "input" | "scroll";
export declare type AssertOptions = {
timeoutMs?: number;
};
export declare type AssertParams = {
timeoutMs: number;
};
export declare type Callback<S = void, T = void> = (data?: S) => T;

@@ -16,3 +22,3 @@ export declare type ElementDescriptor = {

tagName?: string | null;
textContent?: string | null;
innerText?: string | null;
title?: string | null;

@@ -19,0 +25,0 @@ xpath?: string | null;

4

package.json
{
"name": "@qawolf/types",
"description": "qawolf types",
"version": "0.4.1",
"version": "0.4.3",
"license": "BSD-3.0",

@@ -22,3 +22,3 @@ "main": "./lib/index.js",

},
"gitHead": "01d4fb6943e8dc6f9eeea4e34ef14b0ad702275a"
"gitHead": "0b18bbd752ba38f10abe9f8b4230856df70cc1de"
}
export type Action = "click" | "input" | "scroll";
export type AssertOptions = {
timeoutMs?: number;
};
export type AssertParams = {
timeoutMs: number;
};
export type Callback<S = void, T = void> = (data?: S) => T;

@@ -18,3 +25,3 @@

tagName?: string | null;
textContent?: string | null;
innerText?: string | null;
title?: string | null;

@@ -21,0 +28,0 @@ xpath?: string | null;

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