Socket
Socket
Sign inDemoInstall

super-error

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.3 to 2.5.0

3

index.d.ts

@@ -12,2 +12,4 @@ declare namespace SuperError {

declare class SuperError extends Error {
constructor(...args: any[]);
name: string;

@@ -24,3 +26,2 @@ message: string;

constructor(...args: any[]);
causedBy(err: Error): this;

@@ -27,0 +28,0 @@ }

{
"name": "super-error",
"version": "2.4.3",
"version": "2.5.0",
"description": "Easily subclass errors",

@@ -5,0 +5,0 @@ "main": "index.js",

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