🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@userback/widget

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@userback/widget - npm Package Compare versions

Comparing version

to
0.3.8

5

dist/widget.d.ts

@@ -99,2 +99,7 @@ export interface UserbackAfterSendData {

refresh: () => void;
showLauncher: () => void;
hideLauncher: () => void;
startSessionReplay: (options: Object) => void;
stopSessionReplay: () => void;
addCustomEvent: (event: string, data: Object) => void;
}

@@ -101,0 +106,0 @@ export interface UserbackWidget extends UserbackOptions, UserbackFunctions {

2

package.json
{
"name": "@userback/widget",
"description": "Userback.io widget for Javascript and Typescript",
"version": "0.3.7",
"version": "0.3.8",
"type": "module",

@@ -6,0 +6,0 @@ "exports": {

@@ -110,3 +110,3 @@ // Typescript Definitions

identify: (user_id: string, user_info: Object) => void,
addHeader: (key: string, value: string) => void
addHeader: (key: string, value: string) => void,
/**

@@ -121,2 +121,7 @@ * Reset custom data after JavaScript SDK is loaded.

refresh: () => void,
showLauncher: () => void,
hideLauncher: () => void,
startSessionReplay: (options: Object) => void,
stopSessionReplay: () => void,
addCustomEvent: (event: string, data: Object) => void
}

@@ -123,0 +128,0 @@