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

@sentry/hub

Package Overview
Dependencies
Maintainers
9
Versions
432
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/hub - npm Package Compare versions

Comparing version 4.5.2 to 4.5.3

2

dist/scope.d.ts
import { Breadcrumb, SentryEvent, SentryEventHint, Severity, User } from '@sentry/types';
export declare type EventProcessor = (event: SentryEvent, hint?: SentryEventHint) => Promise<SentryEvent | null>;
export declare type EventProcessor = (event: SentryEvent, hint?: SentryEventHint) => Promise<SentryEvent | null> | SentryEvent | null;
/**

@@ -4,0 +4,0 @@ * Holds additional event information. {@link Scope.applyToEvent} will be

@@ -48,3 +48,3 @@ "use strict";

_this.notifyingListeners = false;
}, 0);
});
}

@@ -51,0 +51,0 @@ };

import { Breadcrumb, SentryEvent, SentryEventHint, Severity, User } from '@sentry/types/esm';
export declare type EventProcessor = (event: SentryEvent, hint?: SentryEventHint) => Promise<SentryEvent | null>;
export declare type EventProcessor = (event: SentryEvent, hint?: SentryEventHint) => Promise<SentryEvent | null> | SentryEvent | null;
/**

@@ -4,0 +4,0 @@ * Holds additional event information. {@link Scope.applyToEvent} will be

@@ -44,3 +44,3 @@ import { getGlobalObject } from '@sentry/utils/esm/misc';

this.notifyingListeners = false;
}, 0);
});
}

@@ -47,0 +47,0 @@ }

{
"name": "@sentry/hub",
"version": "4.5.2",
"version": "4.5.3",
"description": "Sentry hub which handles global state managment.",

@@ -18,4 +18,4 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/types": "4.5.0",
"@sentry/utils": "4.5.2",
"@sentry/types": "4.5.3",
"@sentry/utils": "4.5.3",
"tslib": "^1.9.3"

@@ -70,4 +70,3 @@ },

},
"gitHead": "a91da22f8bd3bddb38fab7f868326e376da82d4d",
"sideEffects": false
}

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