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

ask-sdk-runtime

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ask-sdk-runtime - npm Package Compare versions

Comparing version 2.4.0 to 2.7.0

11

CHANGELOG.md

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

# [2.7.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.6.0...v2.7.0) (2019-08-01)
### Features
* add appendAdditionalUserAgent function to customSkill in ask-sdk-core ([#575](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/575)) ([7bbd7a6](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/commit/7bbd7a6))
# [2.4.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.3.0...v2.4.0) (2019-02-21)

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

2

dist/skill/RuntimeConfigurationBuilder.js

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

RuntimeConfigurationBuilder.prototype.addErrorHandlers = function () {
var _a;
var errorHandlers = [];

@@ -115,3 +116,2 @@ for (var _i = 0; _i < arguments.length; _i++) {

}
var _a;
(_a = this.errorHandlers).push.apply(_a, errorHandlers);

@@ -118,0 +118,0 @@ return this;

{
"name": "ask-sdk-runtime",
"version": "2.4.0",
"version": "2.7.0",
"description": "Base runtime package for Alexa Skills Kit SDK",

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

"@types/node": "^9.6.1",
"@types/sinon": "^4.3.0",
"@types/sinon": "^7.0.13",
"chai": "^4.1.2",

@@ -33,7 +33,7 @@ "del": "^3.0.0",

"nock": "^9.2.3",
"nyc": "^13.0.1",
"sinon": "^4.5.0",
"nyc": "^14.1.1",
"sinon": "^7.0.13",
"ts-node": "^6.0.1",
"tslint": "^5.9.1",
"typescript": "^2.8.1"
"typescript": "^3.5.3"
},

@@ -43,3 +43,3 @@ "repository": "github:alexa/alexa-skills-kit-sdk-for-nodejs",

"homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme",
"gitHead": "0c0c7b29bcfc66322d6d5aaa025182898d2e35b2"
"gitHead": "f985f07cb46abf232fa3449efee02df31dbad41d"
}

Sorry, the diff of this file is not supported yet

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