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.4 to 4.6.0

2

dist/scope.d.ts

@@ -44,3 +44,3 @@ import { Breadcrumb, SentryEvent, SentryEventHint, Severity, User } from '@sentry/types';

* Updates user context information for future events.
* @param user User context object to merge into current context.
* @param user User context object to be set in the current context.
*/

@@ -47,0 +47,0 @@ setUser(user: User): Scope;

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

* Updates user context information for future events.
* @param user User context object to merge into current context.
* @param user User context object to be set in the current context.
*/

@@ -106,0 +106,0 @@ Scope.prototype.setUser = function (user) {

@@ -44,3 +44,3 @@ import { Breadcrumb, SentryEvent, SentryEventHint, Severity, User } from '@sentry/types/esm';

* Updates user context information for future events.
* @param user User context object to merge into current context.
* @param user User context object to be set in the current context.
*/

@@ -47,0 +47,0 @@ setUser(user: User): Scope;

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

* Updates user context information for future events.
* @param user User context object to merge into current context.
* @param user User context object to be set in the current context.
*/

@@ -70,0 +70,0 @@ setUser(user) {

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

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

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