Socket
Socket
Sign inDemoInstall

@alwaysmeticulous/api

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alwaysmeticulous/api - npm Package Compare versions

Comparing version 2.82.0 to 2.83.0

11

dist/sdk-bundle-api/bundle-to-sdk/screenshot-diff-result.d.ts

@@ -89,13 +89,10 @@ export type SingleTryScreenshotDiffResult = ScreenshotDiffResultMissingBase | ScreenshotDiffResultMissingHead | ScreenshotDiffResultDifferentSize | ScreenshotDiffResultNoDifference | ScreenshotDiffResultDifference;

*/
diffsToHeadScreenshotOnRetries: Array<SingleTryScreenshotDiffResult | ScreenshotDiffResultMissingBaseAndHead>;
diffsToHeadScreenshotOnRetries: ScreenshotDiffRetryResult[];
}
export type ScreenshotDiffRetryResult = {
export type ScreenshotDiffRetryResult = SingleTryScreenshotDiffRetryResult | ScreenshotDiffResultMissingBaseAndHead;
export type SingleTryScreenshotDiffRetryResult = {
/**
* Only present on diffs from newer replays.
*/
baseReplayId?: string;
/**
* Only present on diffs from newer replays.
*/
headReplayId?: string;
} & (SingleTryScreenshotDiffResult | ScreenshotDiffResultMissingBaseAndHead);
} & SingleTryScreenshotDiffResult;
{
"name": "@alwaysmeticulous/api",
"version": "2.82.0",
"version": "2.83.0",
"description": "Meticulous API types",

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

},
"gitHead": "32dd49af257a23031f8afbd144596e412266201b"
"gitHead": "e92cb70a02982f9719a8556509c442ec8a3dc0a9"
}
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