alexa-annotations
Advanced tools
Comparing version 9.1.4 to 9.1.5
@@ -40,3 +40,3 @@ 'use strict'; | ||
}).then(response => { | ||
if (options.logging !== false) { | ||
if (process.env.NODE_ENV !== 'test' && options.logging !== false) { | ||
console.log(`[${Skill.name}]`, JSON.stringify({ event, response })); | ||
@@ -43,0 +43,0 @@ } |
@@ -40,3 +40,3 @@ 'use strict'; | ||
}).then(response => { | ||
if (options.logging !== false) { | ||
if (process.env.NODE_ENV !== 'test' && options.logging !== false) { | ||
console.log(`[${Skill.name}]`, JSON.stringify({ event, response })); | ||
@@ -43,0 +43,0 @@ } |
{ | ||
"name": "alexa-annotations", | ||
"description": "Create Alexa skills for the Amazon Echo, easily.", | ||
"version": "9.1.4", | ||
"version": "9.1.5", | ||
"repository": "https://github.com/cameronhunter/alexa/tree/master/packages/alexa-annotations", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -19,3 +19,3 @@ import { NotFound, InternalServer } from './ErrorCodes'; | ||
}).then(response => { | ||
if (options.logging !== false) { | ||
if (process.env.NODE_ENV !== 'test' && options.logging !== false) { | ||
console.log(`[${Skill.name}]`, JSON.stringify({ event, response })); | ||
@@ -22,0 +22,0 @@ } |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
37864
4