apr-asyncify
Advanced tools
Comparing version 1.0.5 to 3.0.0
{ | ||
"name": "apr-asyncify", | ||
"version": "1.0.5", | ||
"version": "3.0.0", | ||
"license": "MIT", | ||
"description": "Take a sync function and make it async. This is useful for plugging sync functions into a waterfall, series, or other async functions.", | ||
@@ -25,6 +26,17 @@ "keywords": [ | ||
"bugs": "https://github.com/ramitos/apr/issues", | ||
"license": "MIT", | ||
"author": "Sérgio Ramos <mail@sergioramos.me> (http://sergioramos.me)", | ||
"main": "src/index.js", | ||
"repository": "ramitos/apr" | ||
"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" | ||
], | ||
"scripts": { | ||
"prepublish": "NODE_ENV=production bup" | ||
}, | ||
"devDependencies": { | ||
"bup": "^4.1.3" | ||
} | ||
} |
@@ -5,11 +5,14 @@ <!-- 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)** | ||
* `fn` | ||
* `function` | ||
**[Function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function)** | ||
@@ -33,2 +36,3 @@ **Examples** | ||
Returns **[Function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function)** | ||
Returns | ||
**[Function](https://developer.mozilla.org/en-US/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
12696
5
129
37
1