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

@empiricalrun/reporter

Package Overview
Dependencies
Maintainers
0
Versions
78
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.17.2 to 0.17.3

6

CHANGELOG.md
# @empiricalrun/reporter
## 0.17.3
### Patch Changes
- 5416dda: feat: start sending pull request link in case of github event
## 0.17.2

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

2

dist/sink/slack.js

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

async send({ message, messageType, }) {
const pull_request = (0, utils_1.getGhEventPrLink)(this.projectName);
const payload = {

@@ -177,2 +178,3 @@ test_run_id: this.runId,

trigger_type: process.env.RUN_TRIGGER_TYPE,
pull_request: pull_request,
};

@@ -179,0 +181,0 @@ try {

2

package.json
{
"name": "@empiricalrun/reporter",
"version": "0.17.2",
"version": "0.17.3",
"publishConfig": {

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

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