Socket
Socket
Sign inDemoInstall

@sentry/browser

Package Overview
Dependencies
Maintainers
11
Versions
523
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/browser - npm Package Compare versions

Comparing version 8.23.0 to 8.24.0

5

build/npm/cjs/utils/lazyLoadIntegration.js

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

const existing = sentryOnWindow[name];
if (typeof existing === 'function') {
// The `feedbackIntegration` is loaded by default in the CDN bundles,
// so we need to differentiate between the real integration and the shim.
// if only the shim exists, we still want to lazy load the real integration.
if (typeof existing === 'function' && !('_isShim' in existing)) {
return existing;

@@ -49,0 +52,0 @@ }

@@ -44,3 +44,6 @@ import { getClient, SDK_VERSION } from '@sentry/core';

const existing = sentryOnWindow[name];
if (typeof existing === 'function') {
// The `feedbackIntegration` is loaded by default in the CDN bundles,
// so we need to differentiate between the real integration and the shim.
// if only the shim exists, we still want to lazy load the real integration.
if (typeof existing === 'function' && !('_isShim' in existing)) {
return existing;

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

18

package.json
{
"name": "@sentry/browser",
"version": "8.23.0",
"version": "8.24.0",
"description": "Official Sentry SDK for browsers",

@@ -42,12 +42,12 @@ "repository": "git://github.com/getsentry/sentry-javascript.git",

"dependencies": {
"@sentry-internal/browser-utils": "8.23.0",
"@sentry-internal/feedback": "8.23.0",
"@sentry-internal/replay": "8.23.0",
"@sentry-internal/replay-canvas": "8.23.0",
"@sentry/core": "8.23.0",
"@sentry/types": "8.23.0",
"@sentry/utils": "8.23.0"
"@sentry-internal/browser-utils": "8.24.0",
"@sentry-internal/feedback": "8.24.0",
"@sentry-internal/replay": "8.24.0",
"@sentry-internal/replay-canvas": "8.24.0",
"@sentry/core": "8.24.0",
"@sentry/types": "8.24.0",
"@sentry/utils": "8.24.0"
},
"devDependencies": {
"@sentry-internal/integration-shims": "8.23.0",
"@sentry-internal/integration-shims": "8.24.0",
"fake-indexeddb": "^4.0.1"

@@ -54,0 +54,0 @@ },

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