Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

laeh2

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laeh2 - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

10

lib/laeh2.js

@@ -78,5 +78,7 @@

catch(e) {
var lcb = cb;
if(!cb)
cb = arguments.length > 0 && typeof(arguments[arguments.length-1]) === 'function' ?
if(!lcb)
lcb = arguments.length > 0 && typeof(arguments[arguments.length-1]) === 'function' ?
arguments[arguments.length-1] : null;

@@ -89,3 +91,3 @@

if(!cb) {
if(!lcb) {
// programmer error, OK to exit Node

@@ -99,3 +101,3 @@ // would result in unclean state if silently

cb(e);
lcb(e);
}

@@ -102,0 +104,0 @@ };

2

package.json

@@ -6,3 +6,3 @@ {

"keywords": [ "error", "handling", "asynchronous" ],
"version": "0.2.5",
"version": "0.2.6",
"homepage": "http://github.com/ypocat/laeh2",

@@ -9,0 +9,0 @@ "repository": {

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