🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@nuxtjs/sentry

Package Overview
Dependencies
Maintainers
9
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/sentry - npm Package Compare versions

Comparing version
8.0.3
to
8.0.4
+1
-1
dist/module.json
{
"name": "@nuxtjs/sentry",
"configKey": "sentry",
"version": "8.0.3"
"version": "8.0.4"
}

@@ -581,4 +581,3 @@ import { fileURLToPath } from 'node:url';

ExtraErrorData: {},
ReportingObserver: { types: ["crash"] },
RewriteFrames: {}
ReportingObserver: { types: ["crash"] }
},

@@ -588,3 +587,3 @@ serverIntegrations: {

ExtraErrorData: {},
RewriteFrames: {},
RewriteFrames: { root: nuxt.options.rootDir },
Transaction: {}

@@ -591,0 +590,0 @@ },

{
"name": "@nuxtjs/sentry",
"version": "8.0.3",
"version": "8.0.4",
"description": "Sentry module for Nuxt.js",

@@ -62,7 +62,7 @@ "repository": "nuxt-community/sentry-module",

"dependencies": {
"@sentry/core": "^7.80.0",
"@sentry/integrations": "^7.80.0",
"@sentry/node": "^7.80.0",
"@sentry/utils": "^7.80.0",
"@sentry/vue": "^7.80.0",
"@sentry/core": "^7.80.1",
"@sentry/integrations": "^7.80.1",
"@sentry/node": "^7.80.1",
"@sentry/utils": "^7.80.1",
"@sentry/vue": "^7.80.1",
"consola": "^3.2.3",

@@ -84,11 +84,10 @@ "defu": "^6.1.2",

"@sentry/profiling-node": "1.2.6",
"@sentry/webpack-plugin": "2.10.0",
"@size-limit/file": "10.0.3",
"@sentry/webpack-plugin": "2.10.1",
"@size-limit/file": "11.0.0",
"@types/hash-sum": "1.0.2",
"@types/lodash.mergewith": "4.6.9",
"@types/node": "18.18.9",
"@types/node": "18.18.10",
"@types/request-promise-native": "1.0.21",
"codecov": "3.8.3",
"eslint": "8.53.0",
"globby": "11.1.0",
"eslint": "8.54.0",
"hookable": "5.5.3",

@@ -99,7 +98,7 @@ "husky": "4.3.8",

"nuxt": "2.17.2",
"playwright-chromium": "1.39.0",
"playwright-chromium": "1.40.0",
"release-it": "17.0.0",
"sass": "1.69.5",
"sentry-testkit": "5.0.6",
"size-limit": "10.0.3",
"sentry-testkit": "5.0.7",
"size-limit": "11.0.0",
"typescript": "5.2.2",

@@ -111,4 +110,5 @@ "vitest": "0.34.6",

"resolutions": {
"vite": "^4.5.0",
"watchpack": "^2.0.0"
}
}