New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7.0 to 0.7.2

7

lib/selector.d.ts

@@ -19,3 +19,3 @@ import { Action } from "./common";

}
export interface FindOptions {
export interface FindElementOptions {
dataAttribute?: string;

@@ -26,2 +26,7 @@ sleepMs?: number;

}
export interface FindPageOptions {
page?: number;
timeoutMs?: number;
waitForRequests?: boolean;
}
export declare type HtmlSelector = string | DocSelector | DocSelectorSerialized;

@@ -28,0 +33,0 @@ export interface Selector {

4

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

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

},
"gitHead": "704a41f9965711470844c0ac733b23e494b1f541"
"gitHead": "2fa632a9eea4ac15fbbdac5889a3040ad53b79c5"
}

@@ -25,3 +25,3 @@ import { Action } from "./common";

export interface FindOptions {
export interface FindElementOptions {
dataAttribute?: string;

@@ -35,2 +35,8 @@ // how long to sleep after finding the element

export interface FindPageOptions {
page?: number;
timeoutMs?: number;
waitForRequests?: boolean;
}
export type HtmlSelector = string | DocSelector | DocSelectorSerialized;

@@ -37,0 +43,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