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.0.1 to 0.0.2

2

dist/setup.d.ts
import { Category } from 'allure-js-commons';
import { AllureReporter } from 'jest-allure2-adapter/src/reporter';
import { AllureReporter } from './reporter';
export declare const Categories: Category[];

@@ -4,0 +4,0 @@ export declare function registerAllureReporter(): void;

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

const path_1 = require("path");
const reporter_1 = require("jest-allure2-adapter/src/reporter");
const reporter_1 = require("./reporter");
exports.Categories = []; // todo check may not work

@@ -8,0 +8,0 @@ class JasmineAllureReporter {

{
"name": "jest-allure2-adapter",
"version": "0.0.1",
"version": "0.0.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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc