New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wdio-reportportal-reporter

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-reportportal-reporter - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

6

build/entities.d.ts
import { STATUS, TYPE } from "./constants";
export declare class StartTestItem {
name: string;
description: any;
description?: string;
parameters?: any[];
attributes: any[];
type: TYPE;
codeRef: string;
codeRef?: string;
retry: boolean;
hasStats: boolean;
hasStats?: boolean;
constructor(name: string, type: TYPE);

@@ -12,0 +12,0 @@ addTags(): void;

@@ -7,9 +7,9 @@ import {STATUS, TYPE} from "./constants";

public name = "";
public description;
public description?: string;
public parameters?: any[];
public attributes = [];
public type: TYPE;
public codeRef: string;
public codeRef?: string;
public retry = false;
public hasStats: boolean;
public hasStats?: boolean;

@@ -16,0 +16,0 @@ constructor(name: string, type: TYPE) {

{
"name": "wdio-reportportal-reporter",
"version": "6.1.0",
"version": "6.1.1",
"description": "A WebdriverIO v6 plugin. Report results to Report Portal.",

@@ -5,0 +5,0 @@ "main": "build/reporter.js",

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