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
77
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.16.0 to 0.16.1

6

CHANGELOG.md
# @empiricalrun/reporter
## 0.16.1
### Patch Changes
- 2eb3598: fix: always send slack updates before DB call
## 0.16.0

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

2

dist/workflow/test-run.js

@@ -70,4 +70,4 @@ "use strict";

else {
await Promise.all(sinks.map((s) => s.sendEndMessage()));
await dashboardSinkInstance.sendTestRunToDb("ended");
await Promise.all(sinks.map((s) => s.sendEndMessage()));
}

@@ -74,0 +74,0 @@ }

{
"name": "@empiricalrun/reporter",
"version": "0.16.0",
"version": "0.16.1",
"publishConfig": {

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

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