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.8.0-alpha.0 to 0.8.2

1

lib/selector.d.ts

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

action?: Action;
log?: boolean;
sleepMs?: number;

@@ -22,0 +23,0 @@ }

4

package.json
{
"name": "@qawolf/types",
"description": "qawolf types",
"version": "0.8.0-alpha.0",
"version": "0.8.2",
"license": "BSD-3.0",

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

},
"gitHead": "50293cfb721b5cb470e81532178bfdb78fbda106"
"gitHead": "74449a08eae50066278c613ca19b7c05050bc551"
}

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

action?: Action;
log?: boolean;
// how long to sleep after finding the element

@@ -29,0 +30,0 @@ sleepMs?: number;

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