New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alexa-ability

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alexa-ability - npm Package Compare versions

Comparing version 0.8.1 to 0.9.0

4

lib/Ability.js

@@ -147,6 +147,6 @@ 'use strict';

req.on('finished', function () {
return callback(null, req);
return setImmediate(callback, null, req);
});
req.on('failed', function (err) {
return callback(err, req);
return setImmediate(callback, err, req);
});

@@ -153,0 +153,0 @@

{
"name": "alexa-ability",
"version": "0.8.1",
"version": "0.9.0",
"description": "An Alexa skills framework for node",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -20,3 +20,2 @@ # alexa-ability [![Build Status](https://travis-ci.org/nickclaw/alexa-ability.svg?branch=master)](https://travis-ci.org/nickclaw/alexa-ability)

* [alexa-utterances](https://npmjs.org/package/alexa-utterances) - Easily generate an exhaustive list of utterances from a few template strings.
* [alexa-ability-user-store](https://github.com/nickclaw/alexa-ability-user-store) - Middleware to store long lasting user data very easily.
* [alexa-ability-timeout](https://npmjs.org/alexa-ability-timeout) - Middleware to prevent your skills from stalling.

@@ -23,0 +22,0 @@ * [node-lambda](https://www.npmjs.com/package/node-lambda) - A command line interface to package and deploy AWS Lambda functions

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