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.1 to 2.4.2

5

index.d.ts

@@ -11,3 +11,3 @@ declare namespace SuperError {

interface SuperError extends Error {
declare class SuperError extends Error {
name: string;

@@ -24,8 +24,5 @@ message: string;

constructor(...args: any[]): SuperError;
causedBy(err: Error): this;
}
declare var SuperError: SuperError;
export = SuperError;

2

package.json
{
"name": "super-error",
"version": "2.4.1",
"version": "2.4.2",
"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