apr-constant
Advanced tools
Comparing version 1.0.5 to 3.0.0
{ | ||
"name": "apr-constant", | ||
"version": "1.0.5", | ||
"version": "3.0.0", | ||
"license": "MIT", | ||
"description": "Returns a promise that when called, then's with the values provided. Useful as the first function in a waterfall.", | ||
@@ -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,12 @@ <!-- Generated by documentation.js. Update this documentation by updating the source code. --> | ||
<a id="constant"></a> | ||
Returns a promise that when called, then's with the values provided. Useful as the first function in a [`waterfall`](#waterfall). | ||
<a id="constant"></a> Returns a promise that when called, then's with the values | ||
provided. Useful as the first function in a [`waterfall`](#waterfall). | ||
[![](https://img.shields.io/npm/v/apr-constant.svg?style=flat-square)](https://www.npmjs.com/package/apr-constant) [![](https://img.shields.io/npm/l/apr-constant.svg?style=flat-square)](https://www.npmjs.com/package/apr-constant) | ||
[![](https://img.shields.io/npm/v/apr-constant.svg?style=flat-square)](https://www.npmjs.com/package/apr-constant) | ||
[![](https://img.shields.io/npm/l/apr-constant.svg?style=flat-square)](https://www.npmjs.com/package/apr-constant) | ||
**Parameters** | ||
- `args` **...any** | ||
- `arguments` **...any** | ||
* `args` **...any** | ||
* `arguments` **...any** | ||
@@ -29,2 +30,3 @@ **Examples** | ||
Returns **[Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)** | ||
Returns | ||
**[Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)** |
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
10089
5
105
31
1