apr-asyncify
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "apr-asyncify", | ||
"version": "3.0.0", | ||
"license": "MIT", | ||
"version": "3.0.1", | ||
"description": "Take a sync function and make it async. This is useful for plugging sync functions into a waterfall, series, or other async functions.", | ||
@@ -28,9 +28,9 @@ "keywords": [ | ||
"repository": "ramitos/apr", | ||
"main": "dist/apr-apply.umd.js", | ||
"jsnext:main": "dist/apr-apply.es.js", | ||
"module": "dist/apr-apply.es.js", | ||
"entry": "index.js", | ||
"files": [ | ||
"dist" | ||
"files" | ||
], | ||
"main": "dist/apr-asyncify.umd.js", | ||
"jsnext:main": "dist/apr-asyncify.es.js", | ||
"module": "dist/apr-asyncify.es.js", | ||
"entry": "index.js", | ||
"scripts": { | ||
@@ -37,0 +37,0 @@ "prepublish": "NODE_ENV=production bup" |
@@ -5,14 +5,10 @@ <!-- Generated by documentation.js. Update this documentation by updating the source code. --> | ||
<a id="asyncify"></a> Take a sync function and make it async. This is useful for | ||
plugging sync functions into a [`waterfall`](#waterfall), [`series`](#series), | ||
or other async functions. | ||
<a id="asyncify"></a> | ||
Take a sync function and make it async. This is useful for plugging sync functions into a [`waterfall`](#waterfall), [`series`](#series), or other async functions. | ||
[![](https://img.shields.io/npm/v/apr-asyncify.svg?style=flat-square)](https://www.npmjs.com/package/apr-asyncify) | ||
[![](https://img.shields.io/npm/l/apr-asyncify.svg?style=flat-square)](https://www.npmjs.com/package/apr-asyncify) | ||
[![](https://img.shields.io/npm/v/apr-asyncify.svg?style=flat-square)](https://www.npmjs.com/package/apr-asyncify) [![](https://img.shields.io/npm/l/apr-asyncify.svg?style=flat-square)](https://www.npmjs.com/package/apr-asyncify) | ||
**Parameters** | ||
* `fn` | ||
* `function` | ||
**[Function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function)** | ||
- `function` **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** | ||
@@ -36,3 +32,2 @@ **Examples** | ||
Returns | ||
**[Function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function)** | ||
Returns **[Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function)** |
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
5808
3
46
32