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.2.0 to 0.3.0

dist/sources/appium.d.ts

6

CHANGELOG.md
# @empiricalrun/reporter
## 0.3.0
### Minor Changes
- 6c9bcc0: feat: added appium report source
## 0.2.0

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

4

dist/bin/index.js
#!/usr/bin/env node
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const appium_1 = require("../sources/appium");
const playwright_1 = require("../sources/playwright");

@@ -137,2 +138,5 @@ const utils_1 = require("../utils");

}
else if (reportType == "appium") {
reportSource = new appium_1.AppiumReportSource(repoName, runId);
}
else {

@@ -139,0 +143,0 @@ console.log(`report type (fourth arg) must be "playwright".`);

2

package.json
{
"name": "@empiricalrun/reporter",
"version": "0.2.0",
"version": "0.3.0",
"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