New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@estruyf/github-actions-reporter

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@estruyf/github-actions-reporter - npm Package Compare versions

Comparing version

to
1.2.0-beta.5976868

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

## [1.2.0]
- Show console logging
## [1.1.0]

@@ -7,0 +11,0 @@

@@ -48,2 +48,5 @@ "use strict";

}
onStdOut(chunk, test, result) {
console.log(chunk.toString());
}
onEnd(result) {

@@ -50,0 +53,0 @@ var _a;

4

package.json
{
"name": "@estruyf/github-actions-reporter",
"version": "1.1.0",
"version": "1.2.0-beta.5976868",
"description": "GitHub Actions reporter for Playwright",

@@ -43,2 +43,2 @@ "main": "dist/index.js",

}
}
}