Socket
Socket
Sign inDemoInstall

jest-allure2-adapter

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-allure2-adapter - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

dist/AllureReporter.js

@@ -46,4 +46,4 @@ "use strict";

get currentExecutable() {
var _a;
return (_a = this.currentStep) !== null && _a !== void 0 ? _a : this.currentTest;
var _a, _b;
return (_b = (_a = this.currentStep) !== null && _a !== void 0 ? _a : this.currentTest) !== null && _b !== void 0 ? _b : this.currentGroup;
}

@@ -50,0 +50,0 @@ startGroup(name) {

{
"name": "jest-allure2-adapter",
"version": "0.1.1",
"version": "0.1.2",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc