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

@sentry/replay

Package Overview
Dependencies
Maintainers
11
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/replay - npm Package Compare versions

Comparing version 7.82.0 to 7.83.0

types-ts3.8/debug-build.d.ts

12

package.json
{
"name": "@sentry/replay",
"version": "7.82.0",
"version": "7.83.0",
"description": "User replays for Sentry",

@@ -28,3 +28,3 @@ "main": "cjs/index.js",

"@babel/core": "^7.17.5",
"@sentry-internal/replay-worker": "7.82.0",
"@sentry-internal/replay-worker": "7.83.0",
"@sentry-internal/rrweb": "2.2.0",

@@ -36,6 +36,6 @@ "@sentry-internal/rrweb-snapshot": "2.2.0",

"dependencies": {
"@sentry-internal/tracing": "7.82.0",
"@sentry/core": "7.82.0",
"@sentry/types": "7.82.0",
"@sentry/utils": "7.82.0"
"@sentry-internal/tracing": "7.83.0",
"@sentry/core": "7.83.0",
"@sentry/types": "7.83.0",
"@sentry/utils": "7.83.0"
},

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

import { INode } from '@sentry-internal/rrweb-snapshot';
import { HandlerDataDom } from '@sentry/types';
/** Get the closest interactive parent element, or else return the given element. */

@@ -11,3 +10,3 @@ export declare function getClosestInteractive(element: Element): Element;

*/
export declare function getClickTargetNode(event: HandlerDataDom['event'] | MouseEvent | Node): Node | INode | null;
export declare function getClickTargetNode(event: Event | MouseEvent | Node): Node | INode | null;
/** Get the event target node. */

@@ -14,0 +13,0 @@ export declare function getTargetNode(event: Node | {

import type { INode } from '@sentry-internal/rrweb-snapshot';
import type { HandlerDataDom } from '@sentry/types';
/** Get the closest interactive parent element, or else return the given element. */

@@ -11,3 +10,3 @@ export declare function getClosestInteractive(element: Element): Element;

*/
export declare function getClickTargetNode(event: HandlerDataDom['event'] | MouseEvent | Node): Node | INode | null;
export declare function getClickTargetNode(event: Event | MouseEvent | Node): Node | INode | null;
/** Get the event target node. */

@@ -14,0 +13,0 @@ export declare function getTargetNode(event: Node | {

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

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