@amplitude/session-replay-browser
Advanced tools
Comparing version 1.15.0 to 1.15.1-beta.0
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1559148
9611
9
1
12
+ Added@amplitude/rrweb@2.0.0-alpha.26(transitive)
+ Added@amplitude/rrweb-packer@2.0.0-alpha.26(transitive)
+ Added@amplitude/rrweb-utils@2.0.0-alpha.26(transitive)
- Removed@amplitude/rrweb@2.0.0-alpha.21(transitive)