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.1.0 to 2.2.0

8

CHANGELOG.md

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

# [2.2.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.1.0...v2.2.0) (2018-10-30)
**Note:** Version bump only for package ask-sdk-runtime
<a name="2.1.0"></a>

@@ -8,0 +16,0 @@ # [2.1.0](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/compare/v2.0.10...v2.1.0) (2018-10-04)

5

package.json
{
"name": "ask-sdk-runtime",
"version": "2.1.0",
"version": "2.2.0",
"description": "Base runtime package for Alexa Skills Kit SDK",

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

"bugs": "https://github.com/alexa/alexa-skill-sdk-for-nodejs/issues",
"homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme"
"homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme",
"gitHead": "d2b4be810f7a993b448bf795730ce9a49075a30d"
}

6

README.md

@@ -8,3 +8,3 @@ ASK SDK Runtime package contains generic components and implementations of ASK SDK v2 for Node.js.

## Installing
To use the ASK SDK Runtime pacakge, simply run the following command in terminal:
To use the ASK SDK Runtime pacakge, simply run the following command in terminal:

@@ -20,3 +20,3 @@ ```

## Usage with TypeScript
The Core SDK package for Node.js bundles TypeScript definition files for use in TypeScript projects and to support tools that can read .d.ts files. Our goal is to keep these TypeScript definition files updated with each release for any public api.
The SDK runtime package for Node.js bundles TypeScript definition files for use in TypeScript projects and to support tools that can read .d.ts files. Our goal is to keep these TypeScript definition files updated with each release for any public api.

@@ -48,5 +48,5 @@ ### Pre-requisites

## Opening Issues
For bug reports, feature requests and questions, we would like to hear about it. Search the [existing issues](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues) and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version of the SDK, Node.js or browser environment and OS you’re using. Please include a stack trace and reduced repro case when appropriate, too.
For bug reports, feature requests and questions, we would like to hear about it. Search the [existing issues](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues) and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version of the SDK, Node.js or browser environment and OS you’re using. Please include a stack trace and reduced repro case when appropriate, too.
## License
This SDK is distributed under the Apache License, Version 2.0, see LICENSE for more information.
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