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.7.10 to 0.7.11

3

lib/workflow.d.ts
import { Action } from "./common";
import { ScrollValue } from "./event";
import { DocSelector, DocSelectorSerialized, Selector } from "./selector";
export declare type Size = "desktop" | "tablet" | "phone";
export interface Step extends Selector {

@@ -19,6 +18,6 @@ action: Action;

export interface Workflow {
device?: string;
name: string;
size: Size;
steps: Step[];
url: string;
}
{
"name": "@qawolf/types",
"description": "qawolf types",
"version": "0.7.10",
"version": "0.7.11",
"license": "BSD-3.0",

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

},
"gitHead": "add5be096ca054cbafcd440fac5e95f60098246f"
"gitHead": "b874bee8d48fdadfcfc35fb0083f622074aab8ec"
}

@@ -5,4 +5,2 @@ import { Action } from "./common";

export type Size = "desktop" | "tablet" | "phone";
export interface Step extends Selector {

@@ -25,6 +23,6 @@ action: Action;

export interface Workflow {
device?: string;
name: string;
size: Size;
steps: Step[];
url: string;
}
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