Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

alexa-annotations

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alexa-annotations - npm Package Compare versions

Comparing version 9.1.4 to 9.1.5

2

build/index.js

@@ -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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc