🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@allurereport/plugin-api

Package Overview
Dependencies
Maintainers
2
Versions
43
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.9.0
to
3.10.0
+9
-9
package.json
{
"name": "@allurereport/plugin-api",
"version": "3.9.0",
"version": "3.10.0",
"description": "Allure Plugin API",

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

"dependencies": {
"@allurereport/core-api": "3.9.0"
"@allurereport/core-api": "3.10.0"
},
"devDependencies": {
"@types/node": "^20.17.9",
"@vitest/runner": "^2.1.9",
"@types/node": "^20",
"@vitest/runner": "^2",
"@vitest/snapshot": "^2.1.9",
"allure-js-commons": "^3.3.3",
"allure-vitest": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^5.6.3",
"vitest": "^2.1.9"
"allure-js-commons": "^3",
"allure-vitest": "^3",
"rimraf": "^6",
"typescript": "^5",
"vitest": "^4.1.0"
}
}