Socket
Socket
Sign inDemoInstall

@sentry/types

Package Overview
Dependencies
Maintainers
9
Versions
463
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 5.0.5 to 5.0.6

4

dist/scope.d.ts

@@ -15,5 +15,5 @@ import { Breadcrumb } from './breadcrumb';

*
* @param user User context object to be set in the current context.
* @param user User context object to be set in the current context. Pass `null` to unset the user.
*/
setUser(user: User): this;
setUser(user: User | null): this;
/**

@@ -20,0 +20,0 @@ * Set an object that will be merged sent as tags data with the event.

@@ -15,5 +15,5 @@ import { Breadcrumb } from './breadcrumb';

*
* @param user User context object to be set in the current context.
* @param user User context object to be set in the current context. Pass `null` to unset the user.
*/
setUser(user: User): this;
setUser(user: User | null): this;
/**

@@ -20,0 +20,0 @@ * Set an object that will be merged sent as tags data with the event.

{
"name": "@sentry/types",
"version": "5.0.5",
"version": "5.0.6",
"description": "Types for all Sentry JavaScript SDKs",

@@ -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