Socket
Socket
Sign inDemoInstall

@sentry-internal/replay

Package Overview
Dependencies
Maintainers
9
Versions
48
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 8.17.0 to 8.18.0

5

build/npm/types-ts3.8/types/rrweb.d.ts

@@ -23,3 +23,3 @@ type ClassOption = string | RegExp;

* This is a partial copy of rrweb's recording options which only contains the properties
* we specifically us in the SDK. Users can specify additional properties, hence we add the
* we specifically use in the SDK. Users can specify additional properties, hence we add the
* Record<string, unknown> union type.

@@ -44,2 +44,5 @@ */

snapshot(): void;
addWindow(win: typeof globalThis & Window): void;
addShadowRoot(shadowRoot: ShadowRoot): void;
resetShadowRoots(): void;
}

@@ -46,0 +49,0 @@ export interface CanvasManagerOptions {

@@ -23,3 +23,3 @@ type ClassOption = string | RegExp;

* This is a partial copy of rrweb's recording options which only contains the properties
* we specifically us in the SDK. Users can specify additional properties, hence we add the
* we specifically use in the SDK. Users can specify additional properties, hence we add the
* Record<string, unknown> union type.

@@ -44,2 +44,5 @@ */

snapshot(): void;
addWindow(win: typeof globalThis & Window): void;
addShadowRoot(shadowRoot: ShadowRoot): void;
resetShadowRoots(): void;
}

@@ -46,0 +49,0 @@ export interface CanvasManagerOptions {

16

package.json
{
"name": "@sentry-internal/replay",
"version": "8.17.0",
"version": "8.18.0",
"description": "User replays for Sentry",

@@ -71,5 +71,5 @@ "main": "build/npm/cjs/index.js",

"@babel/core": "^7.17.5",
"@sentry-internal/replay-worker": "8.17.0",
"@sentry-internal/rrweb": "2.15.0",
"@sentry-internal/rrweb-snapshot": "2.15.0",
"@sentry-internal/replay-worker": "8.18.0",
"@sentry-internal/rrweb": "2.25.0",
"@sentry-internal/rrweb-snapshot": "2.25.0",
"fflate": "^0.8.1",

@@ -80,6 +80,6 @@ "jest-matcher-utils": "^29.0.0",

"dependencies": {
"@sentry-internal/browser-utils": "8.17.0",
"@sentry/core": "8.17.0",
"@sentry/types": "8.17.0",
"@sentry/utils": "8.17.0"
"@sentry-internal/browser-utils": "8.18.0",
"@sentry/core": "8.18.0",
"@sentry/types": "8.18.0",
"@sentry/utils": "8.18.0"
},

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

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