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
154
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.13.0 to 2.14.0

3

dist/index.d.ts
export { RecordConfig, RecordSettings, RecordState } from "./record";
export { ReplayUserInteractionsResult, ReplayUserInteractionsResultFull, ReplayUserInteractionsResultShort, } from "./replay/bundle-to-sdk/index";
export { OnReplayTimelineEventFn, ReplayUserInteractionsFn, ReplayUserInteractionsOptions, VirtualTimeOptions, InstallVirtualEventLoopOpts, SetupReplayNetworkStubbingFn, NetworkStubbingOptions, StoryboardOptions, BrowserContextSeedingOptions, SetupBrowserContextSeedingFn, } from "./replay/sdk-to-bundle";
export { SessionData, WindowData, Cookie, UrlHistoryEvent, } from "./replay/sdk-to-bundle/session-data";
export { HarLog, HarEntry, HarRequest, HarResponse, } from "./replay/sdk-to-bundle/har-log";
export { ReplayTimelineData, ReplayTimelineEntry, ErrorTimelineEntry, UrlChangeTimelineEntry, PollyTimelineEntry, FailedFindEntryFnEvent, SuccessfulFindEntryFnEvent, JsReplayTimelineEntry, JsReplayReachedMaxDurationEvent, JsReplaySimulateEvent, } from "./replay/bundle-to-sdk/timeline.types";

4

dist/replay/sdk-to-bundle/index.d.ts

@@ -0,7 +1,5 @@

import { SessionData, ReplayTimelineEntry } from "@alwaysmeticulous/api";
import type { LogLevelDesc } from "loglevel";
import type { Page } from "puppeteer";
import { ReplayUserInteractionsResult } from "../bundle-to-sdk";
import { ReplayTimelineEntry } from "../bundle-to-sdk/timeline.types";
import { SessionData } from "./session-data";
/** Options for replaying user interaction events */
export interface ReplayUserInteractionsOptions {

@@ -8,0 +6,0 @@ page: Page;

{
"name": "@alwaysmeticulous/sdk-bundles-api",
"version": "2.13.0",
"version": "2.14.0",
"description": "Meticulous common types",

@@ -20,2 +20,5 @@ "license": "ISC",

},
"devDependencies": {
"@alwaysmeticulous/api": "^2.14.0"
},
"peerDependencies": {

@@ -50,3 +53,3 @@ "loglevel": "^1.8.0",

},
"gitHead": "677a59ee72ed36d686e3539a5cefd25911b737c9"
"gitHead": "2badd6698f95e3b9aa30db6084806ca1bf12de37"
}

Sorry, the diff of this file is not supported yet

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