apr-intercept
Advanced tools
Comparing version 1.0.4 to 3.0.0
{ | ||
"name": "apr-intercept", | ||
"version": "1.0.4", | ||
"license": "MIT", | ||
"version": "3.0.0", | ||
"description": "Intercepts errors, the Go way!", | ||
@@ -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="intercept"></a> | ||
Intercepts errors, the Go way! | ||
<a id="intercept"></a> Intercepts errors, the Go way! | ||
[![](https://img.shields.io/npm/v/apr-intercept.svg?style=flat-square)](https://www.npmjs.com/package/apr-intercept) [![](https://img.shields.io/npm/l/apr-intercept.svg?style=flat-square)](https://www.npmjs.com/package/apr-intercept) | ||
[![](https://img.shields.io/npm/v/apr-intercept.svg?style=flat-square)](https://www.npmjs.com/package/apr-intercept) | ||
[![](https://img.shields.io/npm/l/apr-intercept.svg?style=flat-square)](https://www.npmjs.com/package/apr-intercept) | ||
**Parameters** | ||
- `p` | ||
- `input` **[Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)** | ||
* `p` | ||
* `input` | ||
**[Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)** | ||
@@ -26,2 +27,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)** |
9839
5
102
28
1