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.1 to 0.3.2

.travis.yml

13

package.json
{
"name": "alexa-ability-lambda-handler",
"version": "0.3.1",
"version": "0.3.2",
"description": "Expose an alexa-ability as an AWS Lambda function",
"main": "lib/index.js",
"scripts": {
"test": "./scripts/test.sh"
"build": "rm -rf lib && babel src --out-dir lib",
"lint": "eslint src",
"pretest": "npm run lint",
"test": "mocha test --opts mocha.opts",
"prepublish": "npm run test && npm run build",
"publish:major": "npm version major && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:patch": "npm version patch && npm publish",
"postpublish": "git push origin master --tags"
},

@@ -38,3 +46,2 @@ "repository": {

"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.5",

@@ -41,0 +48,0 @@ "babel-eslint": "^4.1.8",

@@ -1,2 +0,2 @@

# alexa-ability-lambda-handler
# alexa-ability-lambda-handler [![Build Status](https://travis-ci.org/nickclaw/alexa-ability-lambda-handler.svg?branch=master)](https://travis-ci.org/nickclaw/alexa-ability-lambda-handler)

@@ -3,0 +3,0 @@ ### Example

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