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.2 to 0.3.3

test/mocha.opts

2

lib/handleAbility.js

@@ -14,3 +14,3 @@ 'use strict';

var log = (0, _debug2.default)('lambda-handler:handleAbility');
var log = (0, _debug2.default)('alexa-ability-lambda-handler:handleAbility');

@@ -17,0 +17,0 @@ function handleAbility(ability) {

{
"name": "alexa-ability-lambda-handler",
"version": "0.3.2",
"version": "0.3.3",
"description": "Expose an alexa-ability as an AWS Lambda function",

@@ -10,4 +10,4 @@ "main": "lib/index.js",

"pretest": "npm run lint",
"test": "mocha test --opts mocha.opts",
"prepublish": "npm run test && npm run build",
"test": "mocha test",
"prepublish": "in-publish && npm run test && npm run build || not-in-publish",
"publish:major": "npm version major && npm publish",

@@ -56,2 +56,3 @@ "publish:minor": "npm version minor && npm publish",

"eslint-plugin-react": "^3.16.1",
"in-publish": "^2.0.0",
"mocha": "^2.3.4",

@@ -58,0 +59,0 @@ "sinon": "^1.17.2",

Sorry, the diff of this file is not supported yet

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