🚨 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
7
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
5.1.5
to
5.1.6
+5
-2
lib/core/hooks.js

@@ -282,4 +282,7 @@ import { resolve, posix } from 'path'

integrations: filterDisabledIntegration(options.serverIntegrations)
// @ts-ignore
.map(name => new Integrations[name](options.serverIntegrations[name]))
.map((name) => {
const opt = options.serverIntegrations[name]
// @ts-ignore
return Object.keys(opt).length ? new Integrations[name](opt) : new Integrations[name]()
})
})

@@ -286,0 +289,0 @@ }

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

@@ -47,5 +47,5 @@ "repository": "nuxt-community/sentry-module",

"dependencies": {
"@sentry/browser": "^6.14.1",
"@sentry/integrations": "^6.14.1",
"@sentry/node": "^6.14.1",
"@sentry/browser": "^6.15.0",
"@sentry/integrations": "^6.15.0",
"@sentry/node": "^6.15.0",
"@sentry/webpack-plugin": "^1.18.3",

@@ -57,11 +57,11 @@ "consola": "^2.15.3",

"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@nuxt/types": "^2.15.8",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@nuxtjs/eslint-config-typescript": "^7.0.2",
"@nuxtjs/module-test-utils": "^1.6.3",
"@release-it/conventional-changelog": "^3.3.0",
"@types/consola": "^2.2.5",
"@types/jest": "^27.0.2",
"@types/jest": "^27.0.3",
"@types/lodash.mergewith": "^4.6.6",
"@types/node": "^14.17.32",
"@types/node": "^14.17.34",
"@types/request-promise-native": "^1.0.18",

@@ -76,4 +76,4 @@ "babel-core": "^7.0.0-bridge.0",

"playwright-chromium": "^1.16.3",
"release-it": "^14.11.6",
"typescript": "^4.4.4"
"release-it": "^14.11.8",
"typescript": "^4.5.2"
},

@@ -80,0 +80,0 @@ "publishConfig": {