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

wdio-cucumberjs-json-reporter

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.1 to 1.0.2

2

build/reporter.js

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

(0, _fsExtra.ensureDirSync)(jsonFolder);
(0, _fsExtra.outputJsonSync)(jsonFile, this.feature);
(0, _fsExtra.outputJsonSync)(jsonFile, [this.feature]);
}

@@ -209,0 +209,0 @@ /**

@@ -190,7 +190,7 @@ import { ensureDirSync, outputJsonSync } from 'fs-extra';

const jsonFolder = resolve(process.cwd(), this.options.jsonFolder);
const jsonFile = resolve(jsonFolder, `${this.feature.id}.${(new Date).getTime()}.json`);
const jsonFile = resolve(jsonFolder, `${ this.feature.id }.${ (new Date).getTime() }.json`);
ensureDirSync(jsonFolder);
outputJsonSync(jsonFile, this.feature);
outputJsonSync(jsonFile, [ this.feature ]);
}

@@ -197,0 +197,0 @@

{
"name": "wdio-cucumberjs-json-reporter",
"version": "1.0.1",
"version": "1.0.2",
"description": "A WDIO reporter that creates CucumberJS JSON files for WebdriverIO V5+",

@@ -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