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

@empiricalrun/reporter

Package Overview
Dependencies
Maintainers
0
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empiricalrun/reporter - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

6

CHANGELOG.md
# @empiricalrun/reporter
## 0.8.3
### Patch Changes
- 62b628b: fix: Fixed allure results path
## 0.8.2

@@ -4,0 +10,0 @@

2

dist/sources/appium/utils.js

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

const path_1 = require("path");
const directoryPath = (0, path_1.join)(process.cwd(), "src/allure-results"); // Directory containing the XML files
const directoryPath = (0, path_1.join)(process.cwd(), "allure-results"); // Directory containing the XML files
function extractTestCaseDetails(xml) {

@@ -10,0 +10,0 @@ const parser = new fast_xml_parser_1.XMLParser({

{
"name": "@empiricalrun/reporter",
"version": "0.8.2",
"version": "0.8.3",
"publishConfig": {

@@ -5,0 +5,0 @@ "registry": "https://registry.npmjs.org/",

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