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
135
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.33.0 to 2.34.0

2

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

@@ -10,3 +10,3 @@ /** Result of replaying user interactions */

length: "short";
reason: "max events" | "max duration";
reason: "max events" | "max duration" | "full page navigation" | "error";
}

@@ -13,0 +13,0 @@ export interface BeforeUserEventOptions {

@@ -1,2 +0,2 @@

import { SessionData, ReplayTimelineEntry } from "@alwaysmeticulous/api";
import { SessionData, SDKReplayTimelineEntry } from "@alwaysmeticulous/api";
import type { LogLevelDesc } from "loglevel";

@@ -41,3 +41,3 @@ import type { Page } from "puppeteer";

};
export type OnReplayTimelineEventFn = (entry: ReplayTimelineEntry) => void;
export type OnReplayTimelineEventFn = (entry: SDKReplayTimelineEntry) => void;
export type OnBeforeUserEventFn = (options: BeforeUserEventOptions) => Promise<void>;

@@ -44,0 +44,0 @@ export interface NetworkStubbingOptions {

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

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

"devDependencies": {
"@alwaysmeticulous/api": "^2.33.0"
"@alwaysmeticulous/api": "^2.34.0"
},

@@ -53,3 +53,3 @@ "peerDependencies": {

},
"gitHead": "59fcb43a3781892cc3d2e9ce8c3340de8e246108"
"gitHead": "239b51bf54a4114e6134d1a4d38bb1f992284af4"
}
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