🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

@allurereport/plugin-api

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allurereport/plugin-api - npm Package Compare versions

Comparing version
3.0.0
to
3.0.1
+1
-2
dist/config.d.ts

@@ -10,2 +10,3 @@ import type { DefaultLabelsConfig, EnvironmentsConfig, ReportVariables } from "@allurereport/core-api";

historyPath?: string;
historyLimit?: number;
knownIssuesPath?: string;

@@ -21,4 +22,2 @@ defaultLabels?: DefaultLabelsConfig;

allureService?: {
url?: string;
project?: string;
accessToken?: string;

@@ -25,0 +24,0 @@ };

{
"name": "@allurereport/plugin-api",
"version": "3.0.0",
"version": "3.0.1",
"description": "Allure Plugin API",

@@ -29,3 +29,3 @@ "keywords": [

"dependencies": {
"@allurereport/core-api": "3.0.0"
"@allurereport/core-api": "3.0.1"
},

@@ -32,0 +32,0 @@ "devDependencies": {