Socket
Socket
Sign inDemoInstall

@sentry/angular

Package Overview
Dependencies
Maintainers
13
Versions
364
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/angular - npm Package Compare versions

Comparing version 5.23.0 to 5.24.0

2

dist/errorhandler.js

@@ -73,3 +73,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

// ... or an`ErrorEvent`, which can provide us with the message but no stack...
if (error.error instanceof ErrorEvent) {
if (error.error instanceof ErrorEvent && error.error.message) {
return error.error.message;

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

@@ -72,3 +72,3 @@ import { __assign, __decorate, __read, __spread } from "tslib";

// ... or an`ErrorEvent`, which can provide us with the message but no stack...
if (error.error instanceof ErrorEvent) {
if (error.error instanceof ErrorEvent && error.error.message) {
return error.error.message;

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

{
"name": "@sentry/angular",
"version": "5.23.0",
"version": "5.24.0",
"description": "Offical Sentry SDK for Angular",

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

"@angular/router": "^10.0.3",
"@sentry/browser": "5.23.0",
"@sentry/types": "5.23.0",
"@sentry/utils": "5.23.0",
"@sentry/browser": "5.24.0",
"@sentry/types": "5.24.0",
"@sentry/utils": "5.24.0",
"rxjs": "^6.6.0",

@@ -30,3 +30,3 @@ "tslib": "^1.9.3"

"devDependencies": {
"@sentry-internal/eslint-config-sdk": "5.23.0",
"@sentry-internal/eslint-config-sdk": "5.24.0",
"eslint": "7.6.0",

@@ -33,0 +33,0 @@ "npm-run-all": "^4.1.2",

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