Socket
Socket
Sign inDemoInstall

@sentry/hub

Package Overview
Dependencies
Maintainers
11
Versions
430
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 7.88.0 to 7.89.0

1

cjs/index.js

@@ -89,2 +89,3 @@ Object.defineProperty(exports, '__esModule', { value: true });

*/
// eslint-disable-next-line deprecation/deprecation
const configureScope = core.configureScope;

@@ -91,0 +92,0 @@

@@ -87,2 +87,3 @@ import { Hub as Hub$1, Scope as Scope$1, getCurrentHub as getCurrentHub$1, addGlobalEventProcessor as addGlobalEventProcessor$1, getHubFromCarrier as getHubFromCarrier$1, getMainCarrier as getMainCarrier$1, makeMain as makeMain$1, setHubOnCarrier as setHubOnCarrier$1, SessionFlusher as SessionFlusher$1, closeSession as closeSession$1, makeSession as makeSession$1, updateSession as updateSession$1, addBreadcrumb as addBreadcrumb$1, captureException as captureException$1, captureEvent as captureEvent$1, captureMessage as captureMessage$1, configureScope as configureScope$1, startTransaction as startTransaction$1, setContext as setContext$1, setExtra as setExtra$1, setExtras as setExtras$1, setTag as setTag$1, setTags as setTags$1, setUser as setUser$1, withScope as withScope$1 } from '@sentry/core';

*/
// eslint-disable-next-line deprecation/deprecation
const configureScope = configureScope$1;

@@ -89,0 +90,0 @@

8

package.json
{
"name": "@sentry/hub",
"version": "7.88.0",
"version": "7.89.0",
"description": "Sentry hub which handles global state managment.",

@@ -26,7 +26,7 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry/core": "7.88.0",
"@sentry/types": "7.88.0",
"@sentry/utils": "7.88.0"
"@sentry/core": "7.89.0",
"@sentry/types": "7.89.0",
"@sentry/utils": "7.89.0"
},
"sideEffects": false
}

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