Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry-internal/replay

Package Overview
Dependencies
Maintainers
9
Versions
70
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.39.0 to 8.41.0-beta.0

2

build/npm/esm/package.json

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

{"type":"module","version":"8.39.0","sideEffects":false}
{"type":"module","version":"8.41.0-beta.0","sideEffects":false}

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

export declare const WINDOW: import("@sentry/utils").InternalGlobal & Window;
export declare const WINDOW: import("@sentry/core").InternalGlobal & Window;
export declare const REPLAY_SESSION_KEY = "sentryReplaySession";

@@ -3,0 +3,0 @@ export declare const REPLAY_EVENT_NAME = "replay_event";

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

import { RateLimits } from '@sentry/core';
import { TransportMakeRequestResponse } from '@sentry/types';
import { RateLimits } from '@sentry/utils';
import { SendReplayData } from '../types';

@@ -4,0 +4,0 @@ /**

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

export declare const WINDOW: import("@sentry/utils").InternalGlobal & Window;
export declare const WINDOW: import("@sentry/core").InternalGlobal & Window;
export declare const REPLAY_SESSION_KEY = "sentryReplaySession";

@@ -3,0 +3,0 @@ export declare const REPLAY_EVENT_NAME = "replay_event";

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

import type { RateLimits } from '@sentry/core';
import type { TransportMakeRequestResponse } from '@sentry/types';
import type { RateLimits } from '@sentry/utils';
import type { SendReplayData } from '../types';

@@ -4,0 +4,0 @@ /**

{
"name": "@sentry-internal/replay",
"version": "8.39.0",
"version": "8.41.0-beta.0",
"description": "User replays for Sentry",

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

"lint": "eslint . --format stylish",
"test": "vitest",
"test": "vitest run",
"test:watch": "vitest --watch",

@@ -72,3 +72,3 @@ "yalc:publish": "yalc publish --push --sig"

"@babel/core": "^7.17.5",
"@sentry-internal/replay-worker": "8.39.0",
"@sentry-internal/replay-worker": "8.41.0-beta.0",
"@sentry-internal/rrweb": "2.29.0",

@@ -81,6 +81,5 @@ "@sentry-internal/rrweb-snapshot": "2.29.0",

"dependencies": {
"@sentry-internal/browser-utils": "8.39.0",
"@sentry/core": "8.39.0",
"@sentry/types": "8.39.0",
"@sentry/utils": "8.39.0"
"@sentry-internal/browser-utils": "8.41.0-beta.0",
"@sentry/core": "8.41.0-beta.0",
"@sentry/types": "8.41.0-beta.0"
},

@@ -87,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

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

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