Socket
Socket
Sign inDemoInstall

error-ex

Package Overview
Dependencies
Maintainers
1
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 0.3.0 to 0.3.1

2

index.js

@@ -19,3 +19,3 @@ 'use strict';

Error.call(this, message);
Error.captureStackTrace(this, this.constructor);
Error.captureStackTrace(this, errorExError);
this.message = message;

@@ -22,0 +22,0 @@ this.name = name;

{
"name": "error-ex",
"description": "Easy error subclassing and stack customization",
"version": "0.3.0",
"version": "0.3.1",
"author": "Qix (http://github.com/qix-)",

@@ -6,0 +6,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc