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
0
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 1.15.0 to 1.15.1-beta.0

4

lib/cjs/events/event-compressor.js
Object.defineProperty(exports, "__esModule", { value: true });
exports.EventCompressor = void 0;
var rrweb_1 = require("@amplitude/rrweb");
var rrweb_packer_1 = require("@amplitude/rrweb-packer");
var analytics_client_common_1 = require("@amplitude/analytics-client-common");

@@ -13,3 +13,3 @@ var DEFAULT_TIMEOUT = 2000;

this.compressEvent = function (event) {
var packedEvent = (0, rrweb_1.pack)(event);
var packedEvent = (0, rrweb_packer_1.pack)(event);
return JSON.stringify(packedEvent);

@@ -16,0 +16,0 @@ };

@@ -63,2 +63,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

var x = e.x, y = e.y;
if (x === undefined || y === undefined) {
return;
}
var node = rrweb_1.record.mirror.getNode(e.id);

@@ -65,0 +68,0 @@ var selector;

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

export declare const VERSION = "1.15.0";
export declare const VERSION = "1.15.1-beta.0";
//# sourceMappingURL=version.d.ts.map
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
// Autogenerated by `yarn version-file`. DO NOT EDIT
exports.VERSION = '1.15.0';
exports.VERSION = '1.15.1-beta.0';
//# sourceMappingURL=version.js.map

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

import { pack } from '@amplitude/rrweb';
import { pack } from '@amplitude/rrweb-packer';
import { getGlobalScope } from '@amplitude/analytics-client-common';

@@ -3,0 +3,0 @@ var DEFAULT_TIMEOUT = 2000;

@@ -59,2 +59,5 @@ import { __assign } from "tslib";

var x = e.x, y = e.y;
if (x === undefined || y === undefined) {
return;
}
var node = record.mirror.getNode(e.id);

@@ -61,0 +64,0 @@ var selector;

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

export declare const VERSION = "1.15.0";
export declare const VERSION = "1.15.1-beta.0";
//# sourceMappingURL=version.d.ts.map
// Autogenerated by `yarn version-file`. DO NOT EDIT
export var VERSION = '1.15.0';
export var VERSION = '1.15.1-beta.0';
//# sourceMappingURL=version.js.map

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

export declare const VERSION = "1.15.0";
export declare const VERSION = "1.15.1-beta.0";
//# sourceMappingURL=version.d.ts.map
{
"name": "@amplitude/session-replay-browser",
"version": "1.15.0",
"version": "1.15.1-beta.0",
"description": "",

@@ -45,3 +45,5 @@ "author": "Amplitude Inc",

"@amplitude/analytics-types": ">=1 <3",
"@amplitude/rrweb": "2.0.0-alpha.21",
"@amplitude/rrweb": "2.0.0-alpha.26",
"@amplitude/rrweb-packer": "2.0.0-alpha.26",
"@amplitude/rrweb-snapshot": "2.0.0-alpha.26",
"idb": "^8.0.0",

@@ -67,3 +69,3 @@ "tslib": "^2.4.1"

],
"gitHead": "50690c121a35df702c1c6bc3da2ac6af57df95f4"
"gitHead": "7226111cb0ab3c96e3ea9296c5cef8131a94fdfd"
}

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

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