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

asyncjs-util

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asyncjs-util - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

package.json

@@ -8,3 +8,3 @@ {

"devDependencies": {
"tap": "14.2.2"
"tap": "14.4.2"
},

@@ -25,3 +25,3 @@ "keywords": [

},
"version": "1.1.0"
"version": "1.1.1"
}
# Asyncjs Utilities
Utility methods for working with asyncjs
Utility methods for working with [asyncjs](http://caolan.github.io/async/v3/)
## returnResult
Return a specific result of an async/auto process
Omit a cbk and specify reject/resolve if using a Promise
{
[of]: <Property String>
[reject]: <Promise Reject Function>
[resolve]: <Promise Resolve Function>
}
[cbk]: <Callback Function>
@returns
<Function> (err, res) => {}

@@ -10,2 +10,3 @@ /** Return a specific result of an async/auto process

}
[cbk]: <Callback Function>

@@ -12,0 +13,0 @@ @returns

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