🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.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-beta.5
to
3.0.0-beta.6
+1
-0
dist/resultFile.d.ts

@@ -5,2 +5,3 @@ import type { Readable } from "node:stream";

getOriginalFileName: () => string;
getExtension: () => string;
getContentType: () => string | undefined;

@@ -7,0 +8,0 @@ getContentLength: () => number | undefined;

+2
-2
{
"name": "@allurereport/plugin-api",
"version": "3.0.0-beta.5",
"version": "3.0.0-beta.6",
"description": "Allure Plugin API",

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

"dependencies": {
"@allurereport/core-api": "3.0.0-beta.5"
"@allurereport/core-api": "3.0.0-beta.6"
},

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