Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "async-err", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "An easy way to make an error in Node.js async, when it would sync otherwise.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
async-err | ||
========= | ||
An easy way to make an error in Node.js async, when it would sync otherwise. | ||
An easy way to make an error in Node.js asynchronous, when it would be | ||
synchronous otherwise. | ||
@@ -39,7 +40,6 @@ ## Installation | ||
### asyncerr(err, cb) | ||
A convenience function to make otherwise sync errors async. If you give asyncerr | ||
incorrect arguments, it will send messages to the console via the debug module, | ||
but that's it. | ||
A convenience function to make otherwise sync errors async. If you give | ||
asyncerr incorrect arguments, it will send messages to the console via the | ||
debug module, but that's it. | ||
#### Params: | ||
@@ -50,3 +50,2 @@ * **Object** *err* A Node.js Error object. | ||
### asyncerrThrows(err, cb) | ||
A convenience function to make otherwise sync errors async. If you give it | ||
@@ -53,0 +52,0 @@ incorrect arguments, it will throw and exception. |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
8423
7
93
79