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.1.1 to 1.1.2

3

CHANGELOG.md

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

### 1.1.2
Fix bug with JargonSkillBuilder not passing options down to the request interceptor
### 1.1.1

@@ -2,0 +5,0 @@ Change version reference for @jargon/sdk-core to allow everything in the 1.x series, starting at 1.0.8

2

dist/skillBuilder/index.js

@@ -37,3 +37,3 @@ "use strict";

JargonSkillBuilder.prototype.wrap = function (base) {
base.addRequestInterceptors(new requestInterceptor_1.JargonRequestInterceptor(this._rmf));
base.addRequestInterceptors(new requestInterceptor_1.JargonRequestInterceptor(this._rmf, this._options));
return base;

@@ -40,0 +40,0 @@ };

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

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

"dependencies": {
"@jargon/sdk-core": "^1.0.8"
"@jargon/sdk-core": "^1.0.9"
},

@@ -27,0 +27,0 @@ "peerDependencies": {

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