Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

jest-allure2-adapter

Package Overview
Dependencies
5
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.48 to 0.2.49

6

dist/allure-reporter.js

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

getAttachFile(content, type) {
return this.runtime.writeAttachment(stripAnsi(content), type);
const stripped = content
.split('\n')
.map((p) => stripAnsi(p))
.join('\n');
return this.runtime.writeAttachment(stripped, type);
}

@@ -110,0 +114,0 @@ endStep(status, stage, details, end) {

2

package.json
{
"name": "jest-allure2-adapter",
"version": "0.2.48",
"version": "0.2.49",
"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