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

alexa-ability-express-handler

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.1.2 to 0.2.0

5

package.json
{
"name": "alexa-ability-express-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"
}
}

9

README.md

@@ -8,8 +8,9 @@ # alexa-ability-express-handler

import bodyParser from 'body-parser';
import { Ability, intent } from 'alexa-ability';
import { Ability, events } from 'alexa-ability';
import handle from 'alexa-ability-lambda-handler';
const ability = new Ability();
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();
});

@@ -22,4 +23,4 @@

app.listen(8000, function() {
console.log('listening');
});
```
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