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.44.1 to 2.45.0

5

dist/replay-orchestrator/bundle-to-sdk/execute-replay.d.ts

@@ -23,2 +23,7 @@ import { Replay, ReplayableEvent, ScreenshotDiffResult } from "@alwaysmeticulous/api";

screenshotDiffResultsByBaseReplayId: Record<string, ScreenshotDiffResult[]>;
/**
* The total number of screenshots taken during the replay.
* This will be 0 if `screenshottingOptions.enabled` was false.
*/
totalNumberOfScreenshots: number;
}

@@ -25,0 +30,0 @@ export interface BeforeUserEventResult {

1

dist/replay-orchestrator/bundle-to-sdk/execute-test-run.d.ts

@@ -27,2 +27,3 @@ import { Project, ScreenshotDiffResult, TestCaseResult, TestRunStatus } from "@alwaysmeticulous/api";

screenshotDiffResultsByBaseReplayId: Record<string, ScreenshotDiffResult[]>;
totalNumberOfScreenshots: number;
}

4

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

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

},
"gitHead": "1fd294cb699681672742e566ccc9ae0f4cb75b02"
"gitHead": "3cfa8654dc5bf8a1426c4a3e2458d2ced7c94205"
}
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