async-deco
Advanced tools
Comparing version 3.4.1 to 3.4.3
{ | ||
"name": "async-deco", | ||
"version": "3.4.1", | ||
"version": "3.4.3", | ||
"description": "A collection of decorators for adding features to asynchronous functions (callback or promise based).", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
"husky": "^0.10.2", | ||
"memoize-cache": "^1.0.0", | ||
"memoize-cache": "^1.0.1", | ||
"mocha": "^2.1.0", | ||
@@ -31,0 +31,0 @@ "npm-release": "^1.0.0" |
async-deco | ||
========== | ||
[![Build Status](https://travis-ci.org/sithmel/diogenes.svg?branch=master)](https://travis-ci.org/sithmel/diogenes) | ||
[![Build Status](https://travis-ci.org/sithmel/async-deco.svg?branch=master)](https://travis-ci.org/sithmel/async-deco) | ||
@@ -5,0 +5,0 @@ async-deco is a collection of decorators. It allows to add features such as timeout, retry, dedupe, limit and much more! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79931