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

@sentry/types

Package Overview
Dependencies
Maintainers
11
Versions
481
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/types - npm Package Compare versions

Comparing version 7.82.0 to 7.83.0

2

package.json
{
"name": "@sentry/types",
"version": "7.82.0",
"version": "7.83.0",
"description": "Types for all Sentry JavaScript SDKs",

@@ -5,0 +5,0 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

@@ -15,3 +15,2 @@ export { Attachment } from './attachment';

export { Extra, Extras } from './extra';
export {} from './globals';
export { Hub } from './hub';

@@ -18,0 +17,0 @@ export { Integration, IntegrationClass } from './integration';

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

/// <reference types="react" />
import { WebFetchHeaders } from './webfetchapi';

@@ -54,4 +53,4 @@ type XHRSendInput = unknown;

export interface HandlerDataDom {
event: Event | {
target: EventTarget;
event: object | {
target: object;
};

@@ -73,3 +72,3 @@ name: string;

line?: number;
msg: string | Event;
msg: string | object;
url?: string;

@@ -76,0 +75,0 @@ }

@@ -15,3 +15,2 @@ export type { Attachment } from './attachment';

export type { Extra, Extras } from './extra';
export type {} from './globals';
export type { Hub } from './hub';

@@ -18,0 +17,0 @@ export type { Integration, IntegrationClass } from './integration';

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

/// <reference types="react" />
import type { WebFetchHeaders } from './webfetchapi';

@@ -51,4 +50,4 @@ type XHRSendInput = unknown;

export interface HandlerDataDom {
event: Event | {
target: EventTarget;
event: object | {
target: object;
};

@@ -70,3 +69,3 @@ name: string;

line?: number;
msg: string | Event;
msg: string | object;
url?: string;

@@ -73,0 +72,0 @@ }

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