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.3 to 0.4.4

6

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;

@@ -9,0 +3,0 @@ export declare type ElementDescriptor = {

4

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

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

},
"gitHead": "0b18bbd752ba38f10abe9f8b4230856df70cc1de"
"gitHead": "46e1d99d06c223f1fa8281e957856da4a7c152f1"
}
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;

@@ -11,0 +4,0 @@

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