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.6.0 to 0.7.0

2

lib/cjs/index.d.ts
export declare const init: (apiKey: string, options: import("./typings/session-replay").SessionReplayOptions) => import("@amplitude/analytics-types").AmplitudeReturn<void>, setSessionId: (sessionId: number) => void, getSessionReplayProperties: () => {
[key: string]: string | boolean | null;
}, shutdown: () => void;
}, flush: (useRetry: boolean) => Promise<void>, shutdown: () => void;
//# sourceMappingURL=index.d.ts.map
Object.defineProperty(exports, "__esModule", { value: true });
exports.shutdown = exports.getSessionReplayProperties = exports.setSessionId = exports.init = void 0;
exports.shutdown = exports.flush = exports.getSessionReplayProperties = exports.setSessionId = exports.init = void 0;
var tslib_1 = require("tslib");
var session_replay_factory_1 = tslib_1.__importDefault(require("./session-replay-factory"));
exports.init = session_replay_factory_1.default.init, exports.setSessionId = session_replay_factory_1.default.setSessionId, exports.getSessionReplayProperties = session_replay_factory_1.default.getSessionReplayProperties, exports.shutdown = session_replay_factory_1.default.shutdown;
exports.init = session_replay_factory_1.default.init, exports.setSessionId = session_replay_factory_1.default.setSessionId, exports.getSessionReplayProperties = session_replay_factory_1.default.getSessionReplayProperties, exports.flush = session_replay_factory_1.default.flush, exports.shutdown = session_replay_factory_1.default.shutdown;
//# sourceMappingURL=index.js.map

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

getSessionReplayProperties: (0, analytics_core_1.debugWrapper)(sessionReplay.getSessionReplayProperties.bind(sessionReplay), 'getSessionReplayProperties', (0, exports.getLogConfig)(sessionReplay)),
shutdown: (0, analytics_core_1.debugWrapper)(sessionReplay.shutdown.bind(sessionReplay), 'teardown', (0, exports.getLogConfig)(sessionReplay)),
flush: (0, analytics_core_1.debugWrapper)(sessionReplay.flush.bind(sessionReplay), 'flush', (0, exports.getLogConfig)(sessionReplay)),
shutdown: (0, analytics_core_1.debugWrapper)(sessionReplay.shutdown.bind(sessionReplay), 'shutdown', (0, exports.getLogConfig)(sessionReplay)),
};

@@ -24,0 +25,0 @@ };

@@ -48,4 +48,5 @@ import { AmplitudeReturn, Config, LogLevel, Logger } from '@amplitude/analytics-types';

};
flush: (useRetry: boolean) => Promise<void>;
shutdown: () => void;
}
//# sourceMappingURL=session-replay.d.ts.map
export declare const init: (apiKey: string, options: import("./typings/session-replay").SessionReplayOptions) => import("@amplitude/analytics-types").AmplitudeReturn<void>, setSessionId: (sessionId: number) => void, getSessionReplayProperties: () => {
[key: string]: string | boolean | null;
}, shutdown: () => void;
}, flush: (useRetry: boolean) => Promise<void>, shutdown: () => void;
//# sourceMappingURL=index.d.ts.map
import sessionReplay from './session-replay-factory';
export var init = sessionReplay.init, setSessionId = sessionReplay.setSessionId, getSessionReplayProperties = sessionReplay.getSessionReplayProperties, shutdown = sessionReplay.shutdown;
export var init = sessionReplay.init, setSessionId = sessionReplay.setSessionId, getSessionReplayProperties = sessionReplay.getSessionReplayProperties, flush = sessionReplay.flush, shutdown = sessionReplay.shutdown;
//# sourceMappingURL=index.js.map

@@ -18,3 +18,4 @@ import { debugWrapper } from '@amplitude/analytics-core';

getSessionReplayProperties: debugWrapper(sessionReplay.getSessionReplayProperties.bind(sessionReplay), 'getSessionReplayProperties', getLogConfig(sessionReplay)),
shutdown: debugWrapper(sessionReplay.shutdown.bind(sessionReplay), 'teardown', getLogConfig(sessionReplay)),
flush: debugWrapper(sessionReplay.flush.bind(sessionReplay), 'flush', getLogConfig(sessionReplay)),
shutdown: debugWrapper(sessionReplay.shutdown.bind(sessionReplay), 'shutdown', getLogConfig(sessionReplay)),
};

@@ -21,0 +22,0 @@ };

@@ -48,4 +48,5 @@ import { AmplitudeReturn, Config, LogLevel, Logger } from '@amplitude/analytics-types';

};
flush: (useRetry: boolean) => Promise<void>;
shutdown: () => void;
}
//# sourceMappingURL=session-replay.d.ts.map
export declare const init: (apiKey: string, options: import("./typings/session-replay").SessionReplayOptions) => import("@amplitude/analytics-types").AmplitudeReturn<void>, setSessionId: (sessionId: number) => void, getSessionReplayProperties: () => {
[key: string]: string | boolean | null;
}, shutdown: () => void;
}, flush: (useRetry: boolean) => Promise<void>, shutdown: () => void;
//# sourceMappingURL=index.d.ts.map

@@ -48,4 +48,5 @@ import { AmplitudeReturn, Config, LogLevel, Logger } from '@amplitude/analytics-types';

};
flush: (useRetry: boolean) => Promise<void>;
shutdown: () => void;
}
//# sourceMappingURL=session-replay.d.ts.map
{
"name": "@amplitude/session-replay-browser",
"version": "0.6.0",
"version": "0.7.0",
"description": "",

@@ -60,3 +60,3 @@ "author": "Amplitude Inc",

],
"gitHead": "e4c3c652af25579538bbbb5980b1515bbee2a580"
"gitHead": "f8cf3440d58fcf106c02fa28b8532cba7f96e088"
}

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 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 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

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