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
5
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.56.0 to 2.60.0

dist/replay-orchestrator/sdk-to-bundle/network-stubbing.d.ts

7

dist/replay-orchestrator/sdk-to-bundle/execute-replay.d.ts
import { ScreenshotDiffOptions } from "@alwaysmeticulous/api";
import { LogLevelNumbers } from "loglevel";
import { BeforeUserEventResult } from "../bundle-to-sdk/execute-replay";
import { NetworkStubbingMode } from "./network-stubbing";
export interface ReplayAndStoreResultsOptions {

@@ -118,2 +119,8 @@ chromeExecutablePath?: string;

networkStubbing: boolean;
/**
* Defaults to {@link StubAllRequests}
*
* networkStubbing must be true if networkStubbingMode is set.
*/
networkStubbingMode?: NetworkStubbingMode;
skipPauses: boolean;

@@ -120,0 +127,0 @@ moveBeforeClick: boolean;

4

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

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

},
"gitHead": "78222a2650425ced6537f3077ad47199a1fa45c3"
"gitHead": "79db2c64a95e1e13360fc94610cd717bbb9baded"
}
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