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

@alwaysmeticulous/replay-orchestrator-launcher

Package Overview
Dependencies
Maintainers
0
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwaysmeticulous/replay-orchestrator-launcher - npm Package Compare versions

Comparing version 2.175.0 to 2.176.0

2

dist/index.d.ts
import { ExecuteScheduledTestRunOptions, ExecuteTestRunOptions, ExecuteTestRunResult, InProgressTestRun, ReplayAndStoreResultsOptions, ReplayExecution } from "@alwaysmeticulous/sdk-bundles-api";
export declare const replayAndStoreResults: (options: Omit<ReplayAndStoreResultsOptions, "logLevel" | "chromeExecutablePath">) => Promise<ReplayExecution>;
export declare const replayAndStoreResults: (options: Omit<ReplayAndStoreResultsOptions, "logLevel" | "chromeExecutablePath" | "projectId">) => Promise<ReplayExecution>;
export declare const executeScheduledTestRun: (options: Omit<ExecuteScheduledTestRunOptions, "logLevel" | "chromeExecutablePath">) => Promise<InProgressTestRun>;
export declare const executeTestRun: (options: Omit<ExecuteTestRunOptions, "logLevel" | "chromeExecutablePath">) => Promise<ExecuteTestRunResult>;
{
"name": "@alwaysmeticulous/replay-orchestrator-launcher",
"version": "2.175.0",
"version": "2.176.0",
"description": "Downloads the replay-orchestrator bundle script and executes it",

@@ -22,5 +22,5 @@ "license": "ISC",

"dependencies": {
"@alwaysmeticulous/common": "^2.175.0",
"@alwaysmeticulous/downloading-helpers": "^2.175.0",
"@alwaysmeticulous/sdk-bundles-api": "^2.175.0",
"@alwaysmeticulous/common": "^2.176.0",
"@alwaysmeticulous/downloading-helpers": "^2.176.0",
"@alwaysmeticulous/sdk-bundles-api": "^2.176.0",
"loglevel": "^1.8.0",

@@ -46,3 +46,3 @@ "puppeteer": "23.5.0"

},
"gitHead": "600b5e17072eea1fb83d54e536dc644a7c95a87f"
"gitHead": "c925c0c59a21297a179f3369ac9980b8eab714a5"
}
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