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.0.5 to 0.0.6

1

dist/reporter.d.ts

@@ -35,2 +35,3 @@ /// <reference types="node" />

addPackage(value: string): this;
addParameter(name: string, value: string): this;
description(description: string): this;

@@ -37,0 +38,0 @@ descriptionHtml(description: string): this;

@@ -256,2 +256,6 @@ "use strict";

}
addParameter(name, value) {
this.currentExecutable.addParameter(name, value);
return this;
}
description(description) {

@@ -258,0 +262,0 @@ this.currentTest.description = description;

2

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