🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@sentry-internal/replay

Package Overview
Dependencies
Maintainers
1
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry-internal/replay - npm Package Compare versions

Comparing version
10.50.0
to
10.51.0
+1
-1
build/npm/esm/package.json

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

{"type":"module","version":"10.50.0","sideEffects":false}
{"type":"module","version":"10.51.0","sideEffects":false}

@@ -10,2 +10,3 @@ import { WorkerRequest } from '../types';

private _ensureReadyPromise?;
private _pending;
constructor(worker: Worker);

@@ -25,2 +26,3 @@ /**

postMessage<T>(method: WorkerRequest['method'], arg?: WorkerRequest['arg']): Promise<T>;
private _onMessage;
/** Get the current ID and increment it for the next call. */

@@ -27,0 +29,0 @@ private _getAndIncrementId;

@@ -12,2 +12,4 @@ import { getPrivacyOptions } from './getPrivacyOptions';

* Masks an attribute if necessary, otherwise return attribute value as-is.
* Keys listed in `maskAttributes` are masked even when `maskAllText` is false;
* masking `value` on submit/button inputs without listing `value` still requires `maskAllText`.
*/

@@ -14,0 +16,0 @@ export declare function maskAttribute({ el, key, maskAttributes, maskAllText, privacyOptions, value, }: MaskAttributeParams): string;

@@ -10,2 +10,3 @@ import type { WorkerRequest } from '../types';

private _ensureReadyPromise?;
private _pending;
constructor(worker: Worker);

@@ -25,2 +26,3 @@ /**

postMessage<T>(method: WorkerRequest['method'], arg?: WorkerRequest['arg']): Promise<T>;
private _onMessage;
/** Get the current ID and increment it for the next call. */

@@ -27,0 +29,0 @@ private _getAndIncrementId;

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

{"version":3,"file":"WorkerHandler.d.ts","sourceRoot":"","sources":["../../../../src/eventBuffer/WorkerHandler.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAkB,MAAM,UAAU,CAAC;AAG9D;;;GAGG;AACH,qBAAa,aAAa;IACxB,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,GAAG,CAAS;IACpB,OAAO,CAAC,mBAAmB,CAAC,CAAgB;gBAEzB,MAAM,EAAE,MAAM;IAKjC;;;OAGG;IACI,WAAW,IAAI,OAAO,CAAC,IAAI,CAAC;IAqCnC;;OAEG;IACI,OAAO,IAAI,IAAI;IAKtB;;OAEG;IACI,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,aAAa,CAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,aAAa,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC;IAqC9F,6DAA6D;IAC7D,OAAO,CAAC,kBAAkB;CAG3B"}
{"version":3,"file":"WorkerHandler.d.ts","sourceRoot":"","sources":["../../../../src/eventBuffer/WorkerHandler.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAkB,MAAM,UAAU,CAAC;AAS9D;;;GAGG;AACH,qBAAa,aAAa;IACxB,OAAO,CAAC,OAAO,CAAS;IACxB,OAAO,CAAC,GAAG,CAAS;IACpB,OAAO,CAAC,mBAAmB,CAAC,CAAgB;IAC5C,OAAO,CAAC,QAAQ,CAA8B;gBAE3B,MAAM,EAAE,MAAM;IAUjC;;;OAGG;IACI,WAAW,IAAI,OAAO,CAAC,IAAI,CAAC;IAqCnC;;OAEG;IACI,OAAO,IAAI,IAAI;IAQtB;;OAEG;IACI,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,aAAa,CAAC,QAAQ,CAAC,EAAE,GAAG,CAAC,EAAE,aAAa,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC;IAoB9F,OAAO,CAAC,UAAU,CAsBhB;IAEF,6DAA6D;IAC7D,OAAO,CAAC,kBAAkB;CAG3B"}

@@ -12,2 +12,4 @@ import type { getPrivacyOptions } from './getPrivacyOptions';

* Masks an attribute if necessary, otherwise return attribute value as-is.
* Keys listed in `maskAttributes` are masked even when `maskAllText` is false;
* masking `value` on submit/button inputs without listing `value` still requires `maskAllText`.
*/

@@ -14,0 +16,0 @@ export declare function maskAttribute({ el, key, maskAttributes, maskAllText, privacyOptions, value, }: MaskAttributeParams): string;

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

{"version":3,"file":"maskAttribute.d.ts","sourceRoot":"","sources":["../../../../src/util/maskAttribute.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,UAAU,mBAAmB;IAC3B,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;IACrD,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,WAAW,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,EAC5B,EAAE,EACF,GAAG,EACH,cAAc,EACd,WAAW,EACX,cAAc,EACd,KAAK,GACN,EAAE,mBAAmB,GAAG,MAAM,CAqB9B"}
{"version":3,"file":"maskAttribute.d.ts","sourceRoot":"","sources":["../../../../src/util/maskAttribute.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE7D,UAAU,mBAAmB;IAC3B,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;IACrD,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,WAAW,CAAC;CACjB;AAED;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,EAC5B,EAAE,EACF,GAAG,EACH,cAAc,EACd,WAAW,EACX,cAAc,EACd,KAAK,GACN,EAAE,mBAAmB,GAAG,MAAM,CAmB9B"}
{
"name": "@sentry-internal/replay",
"version": "10.50.0",
"version": "10.51.0",
"description": "User replays for Sentry",

@@ -81,3 +81,3 @@ "main": "build/npm/cjs/index.js",

"@babel/core": "^7.27.7",
"@sentry-internal/replay-worker": "10.50.0",
"@sentry-internal/replay-worker": "10.51.0",
"@sentry-internal/rrweb": "2.40.0",

@@ -90,4 +90,4 @@ "@sentry-internal/rrweb-snapshot": "2.40.0",

"dependencies": {
"@sentry-internal/browser-utils": "10.50.0",
"@sentry/core": "10.50.0"
"@sentry-internal/browser-utils": "10.51.0",
"@sentry/core": "10.51.0"
},

@@ -94,0 +94,0 @@ "engines": {

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

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

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

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