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

@jargon/alexa-skill-sdk

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jargon/alexa-skill-sdk - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

### 1.3.1
Readme updates describing how to access the ResourceManager
### 1.3.0

@@ -2,0 +5,0 @@ Support alternative resource directories (via dependency on @jargon/sdk-core v1.3.0)

2

package.json
{
"name": "@jargon/alexa-skill-sdk",
"version": "1.3.0",
"version": "1.3.1",
"description": "The Jargon Alexa Skill SDK makes it easy to manage the content of your custom Alexa skill",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -271,2 +271,8 @@ # Jargon SDK for Amazon Alexa (nodejs)

You can access the resource manager through any of the following methods:
* `handlerInput.jrm`
* `handlerInput.jargonResourceManager`
* `handlerInput.attributesManager.getRequestAttributes().jrm`
* `handlerInput.attributesManager.getRequestAttributes().jargonResourceManager`
```typescript

@@ -358,5 +364,5 @@ export interface ResourceManager {

* `handlerInput.jrb`
* `handlerInput.jargonResponseBuilder`
* `handlerInput.jargonResourceManager`
* `handlerInput.attributesManager.getRequestAttributes().jrb`
* `handlerInput.attributesManager.getRequestAttributes().jargonResponseBuilder`
* `handlerInput.attributesManager.getRequestAttributes().jargonResourceManager`

@@ -363,0 +369,0 @@ Feel free to move to the Jargon response builder incrementally; however, you shouldn't mix the use of

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