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.8.0 to 2.11.0

2

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, } from "./replay/sdk-to-bundle";
export { OnReplayTimelineEventFn, ReplayUserInteractionsFn, ReplayUserInteractionsOptions, VirtualTimeOptions, InstallVirtualEventLoopOpts, } from "./replay/sdk-to-bundle";
export { ReplayTimelineData, ReplayTimelineEntry, } from "./replay/sdk-to-bundle/timeline.types";

@@ -33,1 +33,11 @@ import type { LogLevelDesc } from "loglevel";

export declare type OnReplayTimelineEventFn = (entry: ReplayTimelineEntry) => void;
export interface InstallVirtualEventLoopOpts {
/**
* The start time of the original session in ms since unix epoch (Date.now()).
*
* This is used to ensure that the application code thinks it's running at the same
* time as the original session during replay, to minimize differences vs the original
* session.
*/
sessionStartTime: number;
}
{
"name": "@alwaysmeticulous/sdk-bundles-api",
"version": "2.8.0",
"version": "2.11.0",
"description": "Meticulous common types",

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

},
"gitHead": "8ec9dadf6e5299be6e4742122070961ab1ca950f"
"gitHead": "4139008cd94a0b33323ab9042a3a425dc4fa060a"
}

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