@nuxtjs/sentry
Advanced tools
+5
-0
@@ -5,2 +5,7 @@ # Change Log | ||
| <a name="0.1.1"></a> | ||
| ## [0.1.1](https://github.com/nuxt-community/sentry-module/compare/v0.1.0...v0.1.1) (2017-11-28) | ||
| <a name="0.1.0"></a> | ||
@@ -7,0 +12,0 @@ # [0.1.0](https://github.com/nuxt-community/sentry-module/compare/v0.0.2...v0.1.0) (2017-10-24) |
+1
-1
| const Raven = require('raven') | ||
| const path = require('path') | ||
| module.exports = async function sentry (moduleOptions) { | ||
| module.exports = function sentry (moduleOptions) { | ||
| // Merge options | ||
@@ -6,0 +6,0 @@ const options = Object.assign({ |
+1
-1
| { | ||
| "name": "@nuxtjs/sentry", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Sentry module for Nuxt.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 9 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 9 instances in 1 package
7693
1.52%