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

alexa-simple-controller

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alexa-simple-controller - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

README.md

2

lib/response.js

@@ -7,3 +7,3 @@ module.exports = function(opts) {

response: {},
shouldEndSessions: opts.end === false ? false : true
shouldEndSession: opts.end === false ? false : true
}

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

{
"name": "alexa-simple-controller",
"version": "0.1.0",
"version": "0.1.1",
"description": "quickly write lamba powered alexa skills",

@@ -18,3 +18,11 @@ "main": "index.js",

"author": "Matthew Chase Whittemore",
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mcwhittemore/alexa-simple-controller.git"
},
"bugs": {
"url": "https://github.com/mcwhittemore/alexa-simple-controller/issues"
},
"homepage": "https://github.com/mcwhittemore/alexa-simple-controller#readme"
}
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