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

@empiricalrun/reporter

Package Overview
Dependencies
Maintainers
0
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@empiricalrun/reporter - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

6

CHANGELOG.md
# @empiricalrun/reporter
## 0.6.2
### Patch Changes
- 152a0ed: fix: link formats in dashboard sink
## 0.6.1

@@ -4,0 +10,0 @@

11

dist/sink/dashboard.js

@@ -27,3 +27,3 @@ "use strict";

Test ${results.hasPassed ? "passed" : "failed"}.
View details: ${this.reportSource.reportLink()}}`,
View details: ${this.reportSource.reportLink()}`,
pull_request: this.prLink,

@@ -39,3 +39,3 @@ };

Test started.
View details: ${this.runLink}}`,
View details: ${this.runLink}`,
pull_request: this.prLink,

@@ -51,3 +51,3 @@ };

Test failed to run.
View details: ${this.runLink}}`,
View details: ${this.runLink}`,
pull_request: this.prLink,

@@ -59,2 +59,3 @@ };

async sendTestGenStarted() {
// TODO: fix this
if (this.prLink) {

@@ -64,3 +65,3 @@ const payload = {

Test generation started.
View details: ${this.runLink}}`,
View details: ${this.runLink}`,
pull_request: this.prLink,

@@ -76,3 +77,3 @@ };

Successfully generated tests.
View details: ${this.prLink}}`,
View details: ${this.prLink}`,
pull_request: this.prLink,

@@ -79,0 +80,0 @@ };

@@ -11,3 +11,2 @@ "use strict";

if (this.parameters.length < 4) {
// github.event.pull_request.number
throw Error("Expected args not found: npx @empiricalrun/reporter test-gen $MESSAGE_TYPE $CUSTOMER_NAME $RUN_ID $REPORT_TYPE $PR_LINK");

@@ -14,0 +13,0 @@ }

{
"name": "@empiricalrun/reporter",
"version": "0.6.1",
"version": "0.6.2",
"publishConfig": {

@@ -5,0 +5,0 @@ "registry": "https://registry.npmjs.org/",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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