Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@estruyf/github-actions-reporter

Package Overview
Dependencies
Maintainers
0
Versions
39
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 1.9.1 to 1.9.2-beta.1068370

4

CHANGELOG.md

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

## [1.9.2]
- [#20](https://github.com/estruyf/playwright-github-actions-reporter/issues/20): Added `GitHubActionOptions` as export
## [1.9.1]

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

/// <reference types="node" />
import type { Reporter, FullConfig, Suite, TestCase, FullResult, TestResult } from "@playwright/test/reporter";
import { GitHubActionOptions } from "./models";
export { GitHubActionOptions } from "./models";
declare class GitHubAction implements Reporter {

@@ -5,0 +6,0 @@ private options;

4

package.json
{
"name": "@estruyf/github-actions-reporter",
"version": "1.9.1",
"version": "1.9.2-beta.1068370",
"description": "GitHub Actions reporter for Playwright",

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

}
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc