Socket
Socket
Sign inDemoInstall

@sentry/vue

Package Overview
Dependencies
Maintainers
11
Versions
333
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/vue - npm Package Compare versions

Comparing version 8.27.0 to 8.28.0

2

build/cjs/vendor/components.js

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

let name = options.name || options._componentTag;
let name = options.name || options._componentTag || options.__name;
const file = options.__file;

@@ -57,0 +57,0 @@ if (!name && file) {

@@ -52,3 +52,3 @@ // Vendored from https://github.com/vuejs/vue/blob/612fb89547711cacb030a3893a0065b785802860/src/core/util/debug.js

let name = options.name || options._componentTag;
let name = options.name || options._componentTag || options.__name;
const file = options.__file;

@@ -55,0 +55,0 @@ if (!name && file) {

@@ -25,2 +25,3 @@ import { BrowserOptions } from '@sentry/browser';

__file?: string;
__name?: string;
};

@@ -27,0 +28,0 @@ };

@@ -25,2 +25,3 @@ import type { BrowserOptions } from '@sentry/browser';

__file?: string;
__name?: string;
};

@@ -27,0 +28,0 @@ };

{
"name": "@sentry/vue",
"version": "8.27.0",
"version": "8.28.0",
"description": "Official Sentry SDK for Vue.js",

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

"dependencies": {
"@sentry/browser": "8.27.0",
"@sentry/core": "8.27.0",
"@sentry/types": "8.27.0",
"@sentry/utils": "8.27.0"
"@sentry/browser": "8.28.0",
"@sentry/core": "8.28.0",
"@sentry/types": "8.28.0",
"@sentry/utils": "8.28.0"
},

@@ -48,0 +48,0 @@ "peerDependencies": {

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