Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@saucelabs/sauce-json-reporter

Package Overview
Dependencies
Maintainers
32
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 1.0.0 to 1.1.0

3

dist/index.d.ts

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

code?: TestCode;
constructor(name: string, status?: Status, duration?: number, output?: string, startTime?: Date, attachments?: Attachment[], metadata?: object, code?: TestCode);
videoTimestamp?: number;
constructor(name: string, status?: Status, duration?: number, output?: string, startTime?: Date, attachments?: Attachment[], metadata?: object, code?: TestCode, videoTimestamp?: number);
attach(attachment: Attachment): void;

@@ -66,0 +67,0 @@ }

@@ -121,3 +121,3 @@ "use strict";

if (options === void 0) { options = {}; }
var test = new Test(name, options.status, options.duration, options.output, options.startTime, options.attachments, options.metadata, options.code);
var test = new Test(name, options.status, options.duration, options.output, options.startTime, options.attachments, options.metadata, options.code, options.videoTimestamp);
this.addTest(test);

@@ -133,3 +133,3 @@ return test;

var Test = /** @class */ (function () {
function Test(name, status, duration, output, startTime, attachments, metadata, code) {
function Test(name, status, duration, output, startTime, attachments, metadata, code, videoTimestamp) {
if (status === void 0) { status = Status.Skipped; }

@@ -148,2 +148,3 @@ if (duration === void 0) { duration = 0; }

this.code = code;
this.videoTimestamp = videoTimestamp;
}

@@ -150,0 +151,0 @@ Test.prototype.attach = function (attachment) {

{
"name": "@saucelabs/sauce-json-reporter",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/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