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

wdio-performancetotal-service

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-performancetotal-service - npm Package Compare versions

Comparing version 1.0.4-2 to 1.0.4

2

build/src/performance-total.js

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

this._resultsDir = yield this.createResultsDirIfNotExist();
const initObj = JSON.stringify({ "startDisplayTime": new Date().toLocaleString() });
const initObj = JSON.stringify({ "startDisplayTime": new Date().toLocaleString(), "instanceID": this._instanceid });
const fileName = path_1.default.join(this._resultsDir, this.logFileName);

@@ -46,0 +46,0 @@ if (disableAppendToExistingFile) {

{
"name": "wdio-performancetotal-service",
"version": "1.0.4-2",
"version": "1.0.4",
"description": "WebdriverIO service for analyzing test flow performance",

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