Socket
Socket
Sign inDemoInstall

@saucelabs/sauce-json-reporter

Package Overview
Dependencies
Maintainers
22
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saucelabs/sauce-json-reporter - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

3

lib/index.d.ts

@@ -29,4 +29,3 @@ type HasKeyOf<T> = {

skipped?: object;
code?: TestCode;
constructor(name: string, status: Status, time: number, properties: object[], timestamp: string, videoTimestamp?: number, output?: string, code?: TestCode);
constructor(name: string, status: Status, time: number, properties: object[], timestamp: string, videoTimestamp?: number, output?: string);
}

@@ -33,0 +32,0 @@ /**

@@ -47,4 +47,3 @@ "use strict";

skipped;
code;
constructor(name, status, time, properties, timestamp, videoTimestamp, output, code) {
constructor(name, status, time, properties, timestamp, videoTimestamp, output) {
this._name = name;

@@ -55,3 +54,2 @@ this._status = status;

this._videoTimestamp = videoTimestamp;
this.code = code;
this.properties = (properties.length > 0) ? { property: properties } : undefined;

@@ -314,3 +312,3 @@ if (status === Status.Failed) {

// startTime should be a string in this case. Otherwise, XMLBuilder will not recognize the attribute name prefix.
this.startTime.toISOString(), this.videoTimestamp, this.output, this.code);
this.startTime.toISOString(), this.videoTimestamp, this.output);
}

@@ -317,0 +315,0 @@ }

{
"name": "@saucelabs/sauce-json-reporter",
"version": "3.0.1",
"version": "3.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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