Socket
Socket
Sign inDemoInstall

error-ex

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

error-ex - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

4

index.js

@@ -16,3 +16,5 @@ 'use strict';

message = message || this.message;
message = message instanceof Error
? message.message
: (message || this.message);

@@ -19,0 +21,0 @@ Error.call(this, message);

{
"name": "error-ex",
"description": "Easy error subclassing and stack customization",
"version": "1.1.2",
"version": "1.2.0",
"maintainers": [

@@ -6,0 +6,0 @@ "JD Ballard <i.am.qix@gmail.com> (github.com/qix-)",

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