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.1.2 to 0.2.0

5

package.json
{
"name": "alexa-ability-lambda-handler",
"version": "0.1.2",
"version": "0.2.0",
"description": "",

@@ -28,3 +28,6 @@ "main": "lib/index.js",

"babel-preset-stage-1": "^6.3.13"
},
"peerDependencies": {
"alexa-ability": "^0.3.4"
}
}

6

README.md

@@ -6,3 +6,3 @@ # alexa-ability-lambda-handler

```js
import { Ability, intent } from 'alexa-ability';
import { Ability, events } from 'alexa-ability';
import handle from 'alexa-ability-lambda-handler';

@@ -12,4 +12,4 @@

ability.on(intent.LAUNCH, function(req) {
req.say("Testing testing one two three.").send();
ability.on(events.LAUNCH, function(req) {
req.say("Testing testing one two three.").end();
});

@@ -16,0 +16,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