Socket
Socket
Sign inDemoInstall

jest-allure2-adapter

Package Overview
Dependencies
11
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.36 to 0.2.37

4

dist/allure-reporter.js

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

endStep(status, stage, details, end) {
var _a;
var _a, _b;
const step = this.stepStack.pop();

@@ -112,3 +112,3 @@ if (!step) {

const file = this.runtime.writeAttachment(JSON.stringify(this.currentStepStatus.details, undefined, ' '), allure_js_commons_1.ContentType.JSON);
this.currentExecutable.addAttachment('status details', allure_js_commons_1.ContentType.JSON, file);
(_b = this.currentStep) === null || _b === void 0 ? void 0 : _b.addAttachment('status details', allure_js_commons_1.ContentType.JSON, file);
/*step.addAttachment(

@@ -115,0 +115,0 @@ 'statusDetails2',

{
"name": "jest-allure2-adapter",
"version": "0.2.36",
"version": "0.2.37",
"description": "Allure 2 Adapter for jest",

@@ -5,0 +5,0 @@ "main": "./dist/index",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc