Socket
Socket
Sign inDemoInstall

vitest-github-actions-reporter

Package Overview
Dependencies
519
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.3 to 0.9.0

18

package.json
{
"name": "vitest-github-actions-reporter",
"version": "0.8.3",
"version": "0.9.0",
"description": "Vitest reporter to create annotations when running tests in GitHub Actions",

@@ -27,3 +27,3 @@ "type": "module",

"engines": {
"node": ">=14"
"node": ">=14.16.0"
},

@@ -49,15 +49,15 @@ "repository": {

"@types/node": "^16.11.58",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"execa": "^6.1.0",
"prettier": "^2.7.1",
"tsup": "^6.2.3",
"typescript": "^4.8.3",
"vitest": "^0.23.2"
"tsup": "^6.3.0",
"typescript": "^4.8.4",
"vitest": "^0.24.3"
},
"dependencies": {
"@actions/core": "^1.9.1"
"@actions/core": "^1.10.0"
}
}

@@ -28,3 +28,3 @@ # vitest-github-actions-reporter

reporters: process.env.GITHUB_ACTIONS
? new GithubActionsReporter()
? ['default', new GithubActionsReporter()]
: 'default'

@@ -31,0 +31,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc