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.2.12 to 0.2.13

4

dist/JasmineAllureReporter.d.ts

@@ -1,2 +0,2 @@

import { AllureReporter } from './AllureReporter';
import { AllureReporterApi } from './index';
export declare namespace jasmine {

@@ -24,3 +24,3 @@ function getEnv(): any;

private allure;
constructor(allure: AllureReporter);
constructor(allure: AllureReporterApi);
suiteStarted(suite?: jasmine.CustomReporterResult): void;

@@ -27,0 +27,0 @@ suiteDone(): void;

@@ -5,3 +5,2 @@ "use strict";

const path_1 = require("path");
// export const Categories: Category[] = []; // todo check may not work
class JasmineAllureReporter {

@@ -8,0 +7,0 @@ constructor(allure) {

{
"name": "jest-allure2-adapter",
"version": "0.2.12",
"version": "0.2.13",
"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