New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sentry-internal/replay

Package Overview
Dependencies
Maintainers
9
Versions
100
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.41.0 to 8.42.0

2

build/npm/esm/package.json

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

{"type":"module","version":"8.41.0","sideEffects":false}
{"type":"module","version":"8.42.0","sideEffects":false}

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

import { Event, TransportMakeRequestResponse } from '@sentry/types';
import { Event, TransportMakeRequestResponse } from '@sentry/core';
import { ReplayContainer } from '../types';

@@ -3,0 +3,0 @@ type AfterSendEventCallback = (event: Event, sendResponse: TransportMakeRequestResponse) => void;

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

import { Event } from '@sentry/types';
import { Event } from '@sentry/core';
import { ReplayContainer } from '../types';

@@ -3,0 +3,0 @@ type BeforeSendEventCallback = (event: Event) => void;

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

import { Breadcrumb } from '@sentry/types';
import { Breadcrumb } from '@sentry/core';
import { ReplayContainer } from '../types';

@@ -3,0 +3,0 @@ import { ReplayFrame } from '../types/replayFrame';

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

import { Breadcrumb } from '@sentry/types';
import { Breadcrumb } from '@sentry/core';
import { RecordingEvent, ReplayClickDetector, ReplayContainer, SlowClickConfig } from '../types';

@@ -3,0 +3,0 @@ import { addBreadcrumbEvent } from './util/addBreadcrumbEvent';

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

import { Breadcrumb, HandlerDataDom } from '@sentry/types';
import { Breadcrumb, HandlerDataDom } from '@sentry/core';
import { ReplayContainer } from '../types';

@@ -3,0 +3,0 @@ export declare const handleDomListener: (replay: ReplayContainer) => (handlerData: HandlerDataDom) => void;

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

import { Event, EventHint } from '@sentry/types';
import { Event, EventHint } from '@sentry/core';
import { ReplayContainer } from '../types';

@@ -3,0 +3,0 @@ /**

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

import { HandlerDataHistory } from '@sentry/types';
import { HandlerDataHistory } from '@sentry/core';
import { ReplayContainer } from '../types';

@@ -3,0 +3,0 @@ /**

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

import { Breadcrumb } from '@sentry/types';
import { Breadcrumb } from '@sentry/core';
import { ReplayContainer } from '../types';

@@ -3,0 +3,0 @@ /** Handle keyboard events & create breadcrumbs. */

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

import { Breadcrumb, BreadcrumbHint } from '@sentry/types';
import { Breadcrumb, BreadcrumbHint } from '@sentry/core';
import { ReplayContainer, ReplayNetworkOptions } from '../types';

@@ -3,0 +3,0 @@ interface ExtendedNetworkBreadcrumbsOptions extends ReplayNetworkOptions {

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

import { Breadcrumb } from '@sentry/types';
import { Breadcrumb } from '@sentry/core';
import { ReplayContainer } from '../../types';

@@ -3,0 +3,0 @@ /**

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

import { FeedbackEvent } from '@sentry/types';
import { FeedbackEvent } from '@sentry/core';
import { ReplayContainer } from '../../types';

@@ -3,0 +3,0 @@ /**

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

import { Breadcrumb, FetchBreadcrumbData } from '@sentry/types';
import { Breadcrumb, FetchBreadcrumbData } from '@sentry/core';
import { FetchHint, ReplayContainer, ReplayNetworkOptions, ReplayNetworkRequestOrResponse } from '../../types';

@@ -3,0 +3,0 @@ /**

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

import { Event } from '@sentry/types';
import { Event } from '@sentry/core';
import { ReplayContainer } from '../../types';

@@ -3,0 +3,0 @@ /**

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

import { Breadcrumb, XhrBreadcrumbData } from '@sentry/types';
import { Breadcrumb, XhrBreadcrumbData } from '@sentry/core';
import { NetworkMetaWarning, ReplayContainer, ReplayNetworkOptions, XhrHint } from '../../types';

@@ -3,0 +3,0 @@ /**

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

import { ReplayRecordingData } from '@sentry/types';
import { ReplayRecordingData } from '@sentry/core';
import { AddEventResult, EventBuffer, EventBufferType, RecordingEvent } from '../types';

@@ -3,0 +3,0 @@ /**

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

import { ReplayRecordingData } from '@sentry/types';
import { ReplayRecordingData } from '@sentry/core';
import { AddEventResult, EventBuffer, EventBufferType, RecordingEvent } from '../types';

@@ -3,0 +3,0 @@ /**

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

import { Client, Integration, ReplayRecordingMode } from '@sentry/types';
import { Client, Integration, ReplayRecordingMode } from '@sentry/core';
import { ReplayConfiguration, SendBufferedReplayOptions } from './types';

@@ -3,0 +3,0 @@ /**

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

import { ReplayRecordingMode, Span } from '@sentry/types';
import { ReplayRecordingMode, Span } from '@sentry/core';
import { ClickDetector } from './coreHandlers/handleClick';

@@ -3,0 +3,0 @@ import { AddEventResult, AddUpdateCallback, AllPerformanceEntry, AllPerformanceEntryData, EventBuffer, InternalEventContext, RecordingEvent, RecordingOptions, ReplayContainer as ReplayContainerInterface, ReplayPerformanceEntry, ReplayPluginOptions, SendBufferedReplayOptions, Session, Timeouts } from './types';

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

import { Breadcrumb, ErrorEvent, FetchBreadcrumbHint, HandlerDataFetch, ReplayRecordingData, ReplayRecordingMode, SentryWrappedXMLHttpRequest, Span, XhrBreadcrumbHint } from '@sentry/types';
import { Breadcrumb, ErrorEvent, FetchBreadcrumbHint, HandlerDataFetch, ReplayRecordingData, ReplayRecordingMode, SentryWrappedXMLHttpRequest, Span, XhrBreadcrumbHint } from '@sentry/core';
import { SKIPPED, THROTTLED } from '../util/throttle';

@@ -3,0 +3,0 @@ import { AllPerformanceEntry, AllPerformanceEntryData, ReplayPerformanceEntry } from './performance';

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

import { Breadcrumb } from '@sentry/types';
import { Breadcrumb } from '@sentry/core';
import { HistoryData, MemoryData, NavigationData, NetworkRequestData, PaintData, ResourceData, WebVitalData } from './performance';

@@ -3,0 +3,0 @@ import { ReplayEventTypeCustom } from './rrweb';

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

import { DsnComponents, ReplayEnvelope, ReplayEvent, ReplayRecordingData } from '@sentry/types';
import { DsnComponents, ReplayEnvelope, ReplayEvent, ReplayRecordingData } from '@sentry/core';
/**

@@ -3,0 +3,0 @@ * Create a replay envelope ready to be sent.

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

import { ErrorEvent, Event, FeedbackEvent, ReplayEvent, TransactionEvent } from '@sentry/types';
import { ErrorEvent, Event, FeedbackEvent, ReplayEvent, TransactionEvent } from '@sentry/core';
/** If the event is an error event */

@@ -3,0 +3,0 @@ export declare function isErrorEvent(event: Event): event is ErrorEvent;

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

import { Event, EventHint } from '@sentry/types';
import { Event, EventHint } from '@sentry/core';
/**

@@ -3,0 +3,0 @@ * Returns true if we think the given event is an error originating inside of rrweb.

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

import { ConsoleLevel } from '@sentry/types';
import { ConsoleLevel } from '@sentry/core';
type ReplayConsoleLevels = Extract<ConsoleLevel, 'info' | 'warn' | 'error' | 'log'>;

@@ -3,0 +3,0 @@ type LoggerMethod = (...args: unknown[]) => void;

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

import { ReplayRecordingData } from '@sentry/types';
import { ReplayRecordingData } from '@sentry/core';
/**

@@ -3,0 +3,0 @@ * Prepare the recording data ready to be sent.

import { IntegrationIndex } from '@sentry/core';
import { Client, ReplayEvent, Scope } from '@sentry/types';
import { Client, ReplayEvent, Scope } from '@sentry/core';
/**

@@ -4,0 +4,0 @@ * Prepare a replay event & enrich it with the SDK metadata.

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

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

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

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

import type { Event, TransportMakeRequestResponse } from '@sentry/types';
import type { Event, TransportMakeRequestResponse } from '@sentry/core';
import type { ReplayContainer } from '../types';

@@ -3,0 +3,0 @@ type AfterSendEventCallback = (event: Event, sendResponse: TransportMakeRequestResponse) => void;

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

import type { Event } from '@sentry/types';
import type { Event } from '@sentry/core';
import type { ReplayContainer } from '../types';

@@ -3,0 +3,0 @@ type BeforeSendEventCallback = (event: Event) => void;

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

import type { Breadcrumb } from '@sentry/types';
import type { Breadcrumb } from '@sentry/core';
import type { ReplayContainer } from '../types';

@@ -3,0 +3,0 @@ import type { ReplayFrame } from '../types/replayFrame';

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

import type { Breadcrumb } from '@sentry/types';
import type { Breadcrumb } from '@sentry/core';
import type { RecordingEvent, ReplayClickDetector, ReplayContainer, SlowClickConfig } from '../types';

@@ -3,0 +3,0 @@ import { addBreadcrumbEvent } from './util/addBreadcrumbEvent';

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

import type { Breadcrumb, HandlerDataDom } from '@sentry/types';
import type { Breadcrumb, HandlerDataDom } from '@sentry/core';
import type { ReplayContainer } from '../types';

@@ -3,0 +3,0 @@ export declare const handleDomListener: (replay: ReplayContainer) => (handlerData: HandlerDataDom) => void;

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

import type { Event, EventHint } from '@sentry/types';
import type { Event, EventHint } from '@sentry/core';
import type { ReplayContainer } from '../types';

@@ -3,0 +3,0 @@ /**

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

import type { HandlerDataHistory } from '@sentry/types';
import type { HandlerDataHistory } from '@sentry/core';
import type { ReplayContainer } from '../types';

@@ -3,0 +3,0 @@ /**

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

import type { Breadcrumb } from '@sentry/types';
import type { Breadcrumb } from '@sentry/core';
import type { ReplayContainer } from '../types';

@@ -3,0 +3,0 @@ /** Handle keyboard events & create breadcrumbs. */

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

import type { Breadcrumb, BreadcrumbHint } from '@sentry/types';
import type { Breadcrumb, BreadcrumbHint } from '@sentry/core';
import type { ReplayContainer, ReplayNetworkOptions } from '../types';

@@ -3,0 +3,0 @@ interface ExtendedNetworkBreadcrumbsOptions extends ReplayNetworkOptions {

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

import type { Breadcrumb } from '@sentry/types';
import type { Breadcrumb } from '@sentry/core';
import type { ReplayContainer } from '../../types';

@@ -3,0 +3,0 @@ /**

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

import type { FeedbackEvent } from '@sentry/types';
import type { FeedbackEvent } from '@sentry/core';
import type { ReplayContainer } from '../../types';

@@ -3,0 +3,0 @@ /**

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

import type { Breadcrumb, FetchBreadcrumbData } from '@sentry/types';
import type { Breadcrumb, FetchBreadcrumbData } from '@sentry/core';
import type { FetchHint, ReplayContainer, ReplayNetworkOptions, ReplayNetworkRequestOrResponse } from '../../types';

@@ -3,0 +3,0 @@ /**

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

import type { Event } from '@sentry/types';
import type { Event } from '@sentry/core';
import type { ReplayContainer } from '../../types';

@@ -3,0 +3,0 @@ /**

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

import type { Breadcrumb, XhrBreadcrumbData } from '@sentry/types';
import type { Breadcrumb, XhrBreadcrumbData } from '@sentry/core';
import type { NetworkMetaWarning, ReplayContainer, ReplayNetworkOptions, XhrHint } from '../../types';

@@ -3,0 +3,0 @@ /**

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

import type { ReplayRecordingData } from '@sentry/types';
import type { ReplayRecordingData } from '@sentry/core';
import type { AddEventResult, EventBuffer, EventBufferType, RecordingEvent } from '../types';

@@ -3,0 +3,0 @@ /**

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

import type { ReplayRecordingData } from '@sentry/types';
import type { ReplayRecordingData } from '@sentry/core';
import type { AddEventResult, EventBuffer, EventBufferType, RecordingEvent } from '../types';

@@ -3,0 +3,0 @@ /**

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

import type { Client, Integration, ReplayRecordingMode } from '@sentry/types';
import type { Client, Integration, ReplayRecordingMode } from '@sentry/core';
import type { ReplayConfiguration, SendBufferedReplayOptions } from './types';

@@ -3,0 +3,0 @@ /**

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

import type { ReplayRecordingMode, Span } from '@sentry/types';
import type { ReplayRecordingMode, Span } from '@sentry/core';
import { ClickDetector } from './coreHandlers/handleClick';

@@ -3,0 +3,0 @@ import type { AddEventResult, AddUpdateCallback, AllPerformanceEntry, AllPerformanceEntryData, EventBuffer, InternalEventContext, RecordingEvent, RecordingOptions, ReplayContainer as ReplayContainerInterface, ReplayPerformanceEntry, ReplayPluginOptions, SendBufferedReplayOptions, Session, Timeouts } from './types';

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

import type { Breadcrumb, ErrorEvent, FetchBreadcrumbHint, HandlerDataFetch, ReplayRecordingData, ReplayRecordingMode, SentryWrappedXMLHttpRequest, Span, XhrBreadcrumbHint } from '@sentry/types';
import type { Breadcrumb, ErrorEvent, FetchBreadcrumbHint, HandlerDataFetch, ReplayRecordingData, ReplayRecordingMode, SentryWrappedXMLHttpRequest, Span, XhrBreadcrumbHint } from '@sentry/core';
import type { SKIPPED, THROTTLED } from '../util/throttle';

@@ -3,0 +3,0 @@ import type { AllPerformanceEntry, AllPerformanceEntryData, ReplayPerformanceEntry } from './performance';

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

import type { Breadcrumb } from '@sentry/types';
import type { Breadcrumb } from '@sentry/core';
import type { HistoryData, MemoryData, NavigationData, NetworkRequestData, PaintData, ResourceData, WebVitalData } from './performance';

@@ -3,0 +3,0 @@ import type { ReplayEventTypeCustom } from './rrweb';

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

import type { DsnComponents, ReplayEnvelope, ReplayEvent, ReplayRecordingData } from '@sentry/types';
import type { DsnComponents, ReplayEnvelope, ReplayEvent, ReplayRecordingData } from '@sentry/core';
/**

@@ -3,0 +3,0 @@ * Create a replay envelope ready to be sent.

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

import type { ErrorEvent, Event, FeedbackEvent, ReplayEvent, TransactionEvent } from '@sentry/types';
import type { ErrorEvent, Event, FeedbackEvent, ReplayEvent, TransactionEvent } from '@sentry/core';
/** If the event is an error event */

@@ -3,0 +3,0 @@ export declare function isErrorEvent(event: Event): event is ErrorEvent;

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

import type { Event, EventHint } from '@sentry/types';
import type { Event, EventHint } from '@sentry/core';
/**

@@ -3,0 +3,0 @@ * Returns true if we think the given event is an error originating inside of rrweb.

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

import type { ConsoleLevel } from '@sentry/types';
import type { ConsoleLevel } from '@sentry/core';
type ReplayConsoleLevels = Extract<ConsoleLevel, 'info' | 'warn' | 'error' | 'log'>;

@@ -3,0 +3,0 @@ type LoggerMethod = (...args: unknown[]) => void;

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

import type { ReplayRecordingData } from '@sentry/types';
import type { ReplayRecordingData } from '@sentry/core';
/**

@@ -3,0 +3,0 @@ * Prepare the recording data ready to be sent.

import type { IntegrationIndex } from '@sentry/core';
import type { Client, ReplayEvent, Scope } from '@sentry/types';
import type { Client, ReplayEvent, Scope } from '@sentry/core';
/**

@@ -4,0 +4,0 @@ * Prepare a replay event & enrich it with the SDK metadata.

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

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

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

{
"name": "@sentry-internal/replay",
"version": "8.41.0",
"version": "8.42.0",
"description": "User replays for Sentry",

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

"@babel/core": "^7.17.5",
"@sentry-internal/replay-worker": "8.41.0",
"@sentry-internal/replay-worker": "8.42.0",
"@sentry-internal/rrweb": "2.29.0",

@@ -80,5 +80,4 @@ "@sentry-internal/rrweb-snapshot": "2.29.0",

"dependencies": {
"@sentry-internal/browser-utils": "8.41.0",
"@sentry/core": "8.41.0",
"@sentry/types": "8.41.0"
"@sentry-internal/browser-utils": "8.42.0",
"@sentry/core": "8.42.0"
},

@@ -85,0 +84,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

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

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