Socket
Socket
Sign inDemoInstall

error-ex

Package Overview
Dependencies
1
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.3.0

4

index.js
'use strict';
var util = require('util');
var isArrayish = require('is-arrayish');

@@ -36,2 +37,5 @@ var errorEx = function errorEx(name, properties) {

newMessage;
if (!isArrayish(newMessage)) {
newMessage = [newMessage];
}
}

@@ -38,0 +42,0 @@ }

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

@@ -24,2 +24,9 @@ "JD Ballard <i.am.qix@gmail.com> (github.com/qix-)",

},
"xo": {
"rules": {
"operator-linebreak": [
0
]
}
},
"repository": "qix-/node-error-ex",

@@ -36,3 +43,6 @@ "files": [

"xo": "^0.7.1"
},
"dependencies": {
"is-arrayish": "^0.2.1"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc