New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

async-err

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-err - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

2

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc