think-await
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "think-await", | ||
"description": "await for ThinkJS", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": { | ||
@@ -22,2 +22,6 @@ "name": "welefen", | ||
"email": "welefen@gmail.com" | ||
}, | ||
{ | ||
"name": "huangxiaolu", | ||
"email": "lu.huang90@gmail.com" | ||
} | ||
@@ -28,3 +32,3 @@ ], | ||
"devDependencies": { | ||
"ava": "^0.14.0", | ||
"ava": "^0.18.0", | ||
"babel-core": "^6.22.1", | ||
@@ -31,0 +35,0 @@ "babel-eslint": "^7.1.1", |
# think-await | ||
[![Build Status](https://travis-ci.org/thinkjs/think-await.svg?branch=master)](https://travis-ci.org/thinkjs/think-await) | ||
[![Coverage Status](https://coveralls.io/repos/github/thinkjs/think-await/badge.svg?branch=master)](https://coveralls.io/github/thinkjs/think-await?branch=master) | ||
[![npm](https://img.shields.io/badge/npm-1.0.2-blue.svg)](https://www.npmjs.com/package/think-await) | ||
This module has been deprecated. Please use [think-debounce](https://www.npmjs.com/package/think-debounce) instead. | ||
[![](https://img.shields.io/badge/warn-deprecated-red.svg?style=flat-square)](https://npmjs.com/think-debounce) | ||
[![Build Status](https://img.shields.io/travis/thinkjs/think-await/master.svg?style=flat-square)](https://travis-ci.org/thinkjs/think-await) | ||
[![Coverage Status](https://img.shields.io/coveralls/thinkjs/think-await/master.svg?style=flat-square)](https://coveralls.io/github/thinkjs/think-await?branch=master) | ||
[![npm](https://img.shields.io/npm/v/think-await.svg?colorB=brightgreen&style=flat-square)](https://www.npmjs.com/package/think-await) | ||
`think-await` runs a time-consuming operation. The operation may be called several times concurrently, but within `think-await`, it will only be run once before it's finished. | ||
@@ -7,0 +11,0 @@ |
Sorry, the diff of this file is not supported yet
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
5751
55