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.2.1 to 1.3.0

alt-resources/en-US.json

9

CHANGELOG.md

@@ -0,1 +1,10 @@

### 1.3.0
Support alternative resource directories (via dependency on @jargon/sdk-core v1.3.0)
Adds resourceDirectory to ResourceManagerOptions, with a default value of './resources',
to allow for customizing the directory where resources are loaded from.
The ResourceManagerFactory constructor will throw an error if resourceDirectory doesn't
exist (ENOENT) or isn't a directory (ENOTDIR).
### 1.2.1

@@ -2,0 +11,0 @@ Add Typescript ambient definitions for the Jargon SDK's additions to HandlerInput. With this

9

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

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

"scripts": {
"gulp": "./node_modules/.bin/gulp"
"gulp": "./node_modules/.bin/gulp",
"test": "./node_modules/.bin/ts-mocha tst/**/*.spec.ts"
},

@@ -25,3 +26,3 @@ "author": "jargon.com",

"dependencies": {
"@jargon/sdk-core": "^1.1.0",
"@jargon/sdk-core": "^1.3.0",
"lodash": "^4.17.11"

@@ -46,3 +47,3 @@ },

"nyc": "^13.0.1",
"ts-node": "^7.0.1",
"ts-mocha": "^6.0.0",
"tslint": "^5.11.0",

@@ -49,0 +50,0 @@ "tslint-config-standard": "^8.0.1",

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