@nuxtjs/sentry
Advanced tools
@@ -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 @@ } |
+10
-10
| { | ||
| "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": { |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 10 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 10 instances in 1 package
35388
0.32%784
0.38%Updated
Updated
Updated