🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@allurereport/reader-api

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allurereport/reader-api - npm Package Compare versions

Comparing version
3.4.1
to
3.5.0
+8
-2
dist/model.d.ts

@@ -11,2 +11,5 @@ export type RawTestStatus = "failed" | "broken" | "passed" | "skipped" | "unknown";

};
export type RawGlobalError = RawError & {
environment?: string;
};
export interface RawFixtureResult {

@@ -98,5 +101,8 @@ uuid?: string;

}
export interface RawGlobalAttachment extends RawTestAttachment {
environment?: string;
}
export interface RawGlobals {
attachments: RawTestAttachment[];
errors: RawError[];
attachments: RawGlobalAttachment[];
errors: RawGlobalError[];
}
+3
-3
{
"name": "@allurereport/reader-api",
"version": "3.4.1",
"version": "3.5.0",
"description": "Allure Reader API",

@@ -30,4 +30,4 @@ "keywords": [

"dependencies": {
"@allurereport/core-api": "3.4.1",
"@allurereport/plugin-api": "3.4.1",
"@allurereport/core-api": "3.5.0",
"@allurereport/plugin-api": "3.5.0",
"mime-types": "^2.1.35"

@@ -34,0 +34,0 @@ },