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

@alwaysmeticulous/sdk-bundles-api

Package Overview
Dependencies
Maintainers
4
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwaysmeticulous/sdk-bundles-api - npm Package Compare versions

Comparing version 2.42.1 to 2.43.0

7

dist/replay-orchestrator/sdk-to-bundle/execute-replay.d.ts
import { ScreenshotDiffOptions } from "@alwaysmeticulous/api";
import { LogLevelNumbers } from "loglevel";
import { BeforeUserEventOptions } from "../../replay/bundle-to-sdk";

@@ -15,2 +16,3 @@ import { BeforeUserEventResult } from "../bundle-to-sdk/execute-replay";

cookiesFile: string | null | undefined;
logLevel: LogLevelNumbers;
/**

@@ -33,4 +35,7 @@ * Called when the user or runner closes the page or browser window

* the user to update to a newer version.
*
* Note: this is typed as a const of the latest known version, rather than a number, to ensure
* that all clients bump the version number passed when they upgrade to the types.
*/
maxSemanticVersionSupported: number;
maxSemanticVersionSupported: 1;
}

@@ -37,0 +42,0 @@ /**

import { ScreenshotAssertionsEnabledOptions, TestCaseResult, TestRunEnvironment } from "@alwaysmeticulous/api";
import { LogLevelNumbers } from "loglevel";
import { RunningTestRunExecution } from "../bundle-to-sdk/execute-test-run";

@@ -49,2 +50,3 @@ import { ReplayExecutionOptions } from "./execute-replay";

baseTestRunId: string | null;
logLevel: LogLevelNumbers;
onTestRunCreated?: (testRun: RunningTestRunExecution) => void;

@@ -60,4 +62,7 @@ onTestFinished?: (testRun: RunningTestRunExecution) => void;

* the user to update to a newer version.
*
* Note: this is typed as a const of the latest known version, rather than a number, to ensure
* that all clients bump the version number passed when they upgrade to the types.
*/
maxSemanticVersionSupported: number;
maxSemanticVersionSupported: 1;
}

4

package.json
{
"name": "@alwaysmeticulous/sdk-bundles-api",
"version": "2.42.1",
"version": "2.43.0",
"description": "Meticulous common types",

@@ -53,3 +53,3 @@ "license": "ISC",

},
"gitHead": "6c08f6e79f34f7efdc2ebd0e8e4e09baffeb8f04"
"gitHead": "7664f4dfeed3b08e5523c0acb4d98d11eee4c9ff"
}
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