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.12.0 to 0.12.1

6

CHANGELOG.md
# @empiricalrun/reporter
## 0.12.1
### Patch Changes
- 61ee238: fix: use testId when available
## 0.12.0

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

2

dist/sink/dashboard.js

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

message: message +
`View the report [here](${testId !== "" ? this.reportSource.reportLink() : this.reportSource.reportLink({ testId: testId })})`,
`View the report [here](${testId !== "" ? this.reportSource.reportLink({ testId: testId }) : this.reportSource.reportLink()})`,
pull_request: this.prLink,

@@ -44,0 +44,0 @@ };

{
"name": "@empiricalrun/reporter",
"version": "0.12.0",
"version": "0.12.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