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

async-handlers

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-handlers - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/exit_on_error.js

@@ -9,3 +9,3 @@ // Generated by CoffeeScript 1.9.3

if (err) {
console.error(clc.red(err));
console.error(clc.red(err.toString()));
return process.exit(1);

@@ -12,0 +12,0 @@ }

{
"name": "async-handlers",
"version": "1.1.0",
"version": "1.1.1",
"description": "Function factories for performing synchronous operations after asynchronous operations",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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