Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

think-await

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

think-await - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

package.json
{
"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

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