New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 0.2.5

4

lib/laeh2.js

@@ -47,3 +47,3 @@

if(!(e instanceof Error))
e = new Error(e instanceof Object ? JSON.serialize(e) : e);
e = new Error(e instanceof Object ? JSON.stringify(e) : e);
if(meta)

@@ -85,3 +85,3 @@ e.meta = meta;

if(!(e instanceof Error))
e = new Error(e instanceof Object ? JSON.serialize(e) : e);
e = new Error(e instanceof Object ? JSON.stringify(e) : e);

@@ -88,0 +88,0 @@ e.prev = prev;

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

"keywords": [ "error", "handling", "asynchronous" ],
"version": "0.2.4",
"version": "0.2.5",
"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