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

wdio-ctrf-json-reporter

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wdio-ctrf-json-reporter - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

3

dist/generate-report.js

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

/[<>:"/\\|?*\x00-\x1F]/g, '');
const timestamp = new Date().toISOString().replace(/[:.]/g, '-');
this.reporterConfigOptions.outputFile = `ctrf-report-${sanitizedUniqueIdentifier}-${timestamp}.json`;
this.reporterConfigOptions.outputFile = `ctrf-report-${sanitizedUniqueIdentifier}.json`;
this.writeReportToFile(this.ctrfReport);

@@ -90,0 +89,0 @@ }

{
"name": "wdio-ctrf-json-reporter",
"version": "0.0.11",
"description": "",
"version": "0.0.12",
"description": "A WebriverIO JSON test reporter to create test results reports",
"repository": {

@@ -9,2 +9,3 @@ "type": "git",

},
"homepage": "https://ctrf.io",
"main": "dist/index.js",

@@ -24,3 +25,3 @@ "scripts": {

"author": "Matthew Thomas",
"license": "ISC",
"license": "MIT",
"devDependencies": {

@@ -27,0 +28,0 @@ "@types/mocha": "^10.0.3",

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