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

@alwaysmeticulous/replay-orchestrator-launcher

Package Overview
Dependencies
Maintainers
5
Versions
156
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.65.0 to 2.66.0

4

dist/index.d.ts

@@ -1,4 +0,4 @@

import { ExecuteScheduledTestRunOptions, ExecuteTestRunOptions, ExecuteTestRunResult, ReplayAndStoreResultsOptions, ReplayExecution } from "@alwaysmeticulous/sdk-bundles-api";
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 executeScheduledTestRun: (options: Omit<ExecuteScheduledTestRunOptions, "logLevel" | "chromeExecutablePath">) => Promise<ExecuteTestRunResult>;
export declare const executeScheduledTestRun: (options: Omit<ExecuteScheduledTestRunOptions, "logLevel" | "chromeExecutablePath">) => Promise<InProgressTestRun>;
export declare const executeTestRun: (options: Omit<ExecuteTestRunOptions, "logLevel" | "chromeExecutablePath">) => Promise<ExecuteTestRunResult>;

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

const bundleLocation = await (0, downloading_helpers_1.fetchAsset)("replay/v3/execute-scheduled-test-run.bundle.js");
return (await require(bundleLocation)).executeTestRun({
return (await require(bundleLocation)).executeTestRunV2({
...options,

@@ -27,0 +27,0 @@ chromeExecutablePath: getChromiumExecutablePath(),

{
"name": "@alwaysmeticulous/replay-orchestrator-launcher",
"version": "2.65.0",
"version": "2.66.0",
"description": "Downloads the replay-orchestrator bundle script and executes it",

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

"dependencies": {
"@alwaysmeticulous/common": "^2.64.0",
"@alwaysmeticulous/downloading-helpers": "^2.65.0",
"@alwaysmeticulous/sdk-bundles-api": "^2.63.0",
"@alwaysmeticulous/common": "^2.66.0",
"@alwaysmeticulous/downloading-helpers": "^2.66.0",
"@alwaysmeticulous/sdk-bundles-api": "^2.66.0",
"loglevel": "^1.8.0",

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

},
"gitHead": "2dc5cb5f92df04a2f80abf6950bb5ffadb57b2cd"
"gitHead": "3723a72bce54d1c88ac5aad2051e972cfb79373d"
}
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