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

alexa-ability-lambda-handler

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alexa-ability-lambda-handler - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

.eslintrc

23

lib/index.js

@@ -1,19 +0,14 @@

"use strict";
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
value: true
});
exports.handleAbility = handleAbility;
function handleAbility(ability) {
return function abilityHandler(event, context) {
var _handleAbility = require('./handleAbility');
ability.handle(event, function (err, req) {
if (err) {
context.fail(err);
} else {
context.succeed(req.toJSON());
}
});
};
}
Object.defineProperty(exports, 'handleAbility', {
enumerable: true,
get: function get() {
return _handleAbility.handleAbility;
}
});
{
"name": "alexa-ability-lambda-handler",
"version": "0.3.0",
"description": "",
"version": "0.3.1",
"description": "Expose an alexa-ability as an AWS Lambda function",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "./scripts/test.sh"
},

@@ -13,3 +13,17 @@ "repository": {

},
"keywords": [],
"bugs": {
"url": "http://github.com/nickclaw/alexa-ability-lambda-handler/issues"
},
"keywords": [
"amazon",
"alexa",
"skills",
"skill",
"kit",
"echo",
"ability",
"lambda",
"aws",
"alexa-ability"
],
"author": {

@@ -22,3 +36,3 @@ "name": "Nicholas Clawson",

"dependencies": {
"lodash": "^4.0.1"
"debug": "^2.2.0"
},

@@ -28,8 +42,14 @@ "devDependencies": {

"babel-cli": "^6.4.5",
"babel-eslint": "^4.1.8",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-1": "^6.3.13"
},
"peerDependencies": {
"alexa-ability": "^0.5.0"
"babel-preset-stage-1": "^6.3.13",
"babel-register": "^6.4.3",
"chai": "^3.4.1",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^4.0.0",
"eslint-plugin-react": "^3.16.1",
"mocha": "^2.3.4",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
}
}
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