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.5.0 to 0.5.6

2

lib/index.d.ts
export declare type Action = "click" | "type" | "scroll" | "select";
export declare type Callback<S = void, T = void> = (data?: S) => T;
export declare type ElementDescriptor = {
alt?: string | null;
ariaLabel?: string | null;

@@ -16,2 +17,3 @@ classList?: string[] | null;

placeholder?: string | null;
src?: string | null;
tagName?: string | null;

@@ -18,0 +20,0 @@ innerText?: string | null;

4

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

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

},
"gitHead": "ab0de314c354a4adb5889edd2a35a98ea7708798"
"gitHead": "1098cb22fe3a79e6e5269861ec9eb0d25bcd3a18"
}

@@ -6,2 +6,3 @@ export type Action = "click" | "type" | "scroll" | "select";

export type ElementDescriptor = {
alt?: string | null;
ariaLabel?: string | null;

@@ -19,2 +20,3 @@ classList?: string[] | null;

placeholder?: string | null;
src?: string | null;
tagName?: string | null;

@@ -21,0 +23,0 @@ innerText?: 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