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

ask-sdk-core

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ask-sdk-core - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.5.1](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.5.0...v2.5.1) (2019-03-08)
### Bug Fixes
* remove response factory auto escape xml character behavior. ([31ce953](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/31ce953))
# [2.5.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.4.0...v2.5.0) (2019-03-07)

@@ -8,0 +19,0 @@

5

dist/response/ResponseFactory.js

@@ -15,3 +15,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var SsmlUtils_1 = require("../util/SsmlUtils");
/**

@@ -54,3 +53,3 @@ * Responsible for building JSON responses using ask-sdk-model as per the Alexa skills kit interface

ssml: '<speak>'
+ SsmlUtils_1.escapeXmlCharacters(trimOutputSpeech(speechOutput))
+ trimOutputSpeech(speechOutput)
+ '</speak>',

@@ -69,3 +68,3 @@ playBehavior: playBehavior,

ssml: '<speak>'
+ SsmlUtils_1.escapeXmlCharacters(trimOutputSpeech(repromptSpeechOutput))
+ trimOutputSpeech(repromptSpeechOutput)
+ '</speak>',

@@ -72,0 +71,0 @@ playBehavior: playBehavior,

4

package.json
{
"name": "ask-sdk-core",
"version": "2.5.0",
"version": "2.5.1",
"description": "Core package for Alexa Skills Kit SDK",

@@ -52,3 +52,3 @@ "main": "dist/index.js",

"homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme",
"gitHead": "5923afa4340f3af977602ac37135a29829c40629"
"gitHead": "a0d773bcb1b82af5288eaa1f24440bdd327e2c5b"
}

Sorry, the diff of this file is not supported yet

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