Socket
Socket
Sign inDemoInstall

@idigi/error

Package Overview
Dependencies
17
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "@idigi/error",
"version": "0.0.2",
"version": "0.0.3",
"description": "Error handling for the API",

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

@@ -6,3 +6,5 @@ export declare type EventDataErrorType = {

[key: string]: any;
} | undefined;
} | Array<OriginalError | {
[key: string]: any;
}> | undefined;
export interface OptionsErrorInterface {

@@ -9,0 +11,0 @@ eventData?: EventDataErrorType;

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