Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@amplitude/session-replay-browser

Package Overview
Dependencies
Maintainers
21
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplitude/session-replay-browser - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

lib/cjs/session-replay.d.ts
import { Logger as ILogger } from '@amplitude/analytics-types';
import { record } from 'rrweb';
import { record } from '@amplitude/rrweb';
import { AmplitudeSessionReplay, Events, IDBStore, SessionReplayConfig as ISessionReplayConfig, SessionReplayContext, SessionReplayOptions } from './typings/session-replay';

@@ -4,0 +4,0 @@ export declare class SessionReplay implements AmplitudeSessionReplay {

@@ -7,4 +7,4 @@ Object.defineProperty(exports, "__esModule", { value: true });

var analytics_types_1 = require("@amplitude/analytics-types");
var rrweb_1 = require("@amplitude/rrweb");
var IDBKeyVal = tslib_1.__importStar(require("idb-keyval"));
var rrweb_1 = require("rrweb");
var config_1 = require("./config");

@@ -11,0 +11,0 @@ var constants_1 = require("./constants");

import { Logger as ILogger } from '@amplitude/analytics-types';
import { record } from 'rrweb';
import { record } from '@amplitude/rrweb';
import { AmplitudeSessionReplay, Events, IDBStore, SessionReplayConfig as ISessionReplayConfig, SessionReplayContext, SessionReplayOptions } from './typings/session-replay';

@@ -4,0 +4,0 @@ export declare class SessionReplay implements AmplitudeSessionReplay {

@@ -5,7 +5,7 @@ import { __assign, __awaiter, __generator, __read } from "tslib";

import { ServerZone, Status } from '@amplitude/analytics-types';
import { pack, record } from '@amplitude/rrweb';
import * as IDBKeyVal from 'idb-keyval';
import { pack, record } from 'rrweb';
import { SessionReplayConfig } from './config';
import { BLOCK_CLASS, DEFAULT_SAMPLE_RATE, DEFAULT_SESSION_REPLAY_PROPERTY, MASK_TEXT_CLASS, MAX_EVENT_LIST_SIZE_IN_BYTES, MAX_IDB_STORAGE_LENGTH, MAX_INTERVAL, MIN_INTERVAL, SESSION_REPLAY_EU_URL as SESSION_REPLAY_EU_SERVER_URL, SESSION_REPLAY_SERVER_URL, STORAGE_PREFIX, defaultSessionStore, } from './constants';
import { isSessionInSample, maskInputFn, getCurrentUrl } from './helpers';
import { getCurrentUrl, isSessionInSample, maskInputFn } from './helpers';
import { MAX_RETRIES_EXCEEDED_MESSAGE, MISSING_API_KEY_MESSAGE, MISSING_DEVICE_ID_MESSAGE, STORAGE_FAILURE, UNEXPECTED_ERROR_MESSAGE, UNEXPECTED_NETWORK_ERROR_MESSAGE, getSuccessMessage, } from './messages';

@@ -12,0 +12,0 @@ import { RecordingStatus, } from './typings/session-replay';

import { Logger as ILogger } from '@amplitude/analytics-types';
import { record } from 'rrweb';
import { record } from '@amplitude/rrweb';
import { AmplitudeSessionReplay, Events, IDBStore, SessionReplayConfig as ISessionReplayConfig, SessionReplayContext, SessionReplayOptions } from './typings/session-replay';

@@ -4,0 +4,0 @@ export declare class SessionReplay implements AmplitudeSessionReplay {

{
"name": "@amplitude/session-replay-browser",
"version": "0.3.0",
"version": "0.3.1",
"description": "",

@@ -44,4 +44,4 @@ "author": "Amplitude Inc",

"@amplitude/analytics-types": ">=1 <3",
"@amplitude/rrweb": "^2.0.0-alpha.12",
"idb-keyval": "^6.2.1",
"rrweb": "^2.0.0-alpha.11",
"tslib": "^2.4.1"

@@ -61,3 +61,3 @@ },

],
"gitHead": "1a2d6a46bc6600036684fabf262292c04ba7f64b"
"gitHead": "eb9f8181979aad12e5a1ba1f1afba0e04dc2bc01"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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