Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ts-custom-error

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-custom-error - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [3.3.1](https://github.com/adriengibrat/ts-custom-error/compare/v3.3.0...v3.3.1) (2022-11-01)
### Bug Fixes
* avoid error Cannot find name 'ErrorOptions' ([7535f79](https://github.com/adriengibrat/ts-custom-error/commit/7535f79f3ad8e0554a1f6062bb62e11e245ea792))
# [3.3.0](https://github.com/adriengibrat/ts-custom-error/compare/v3.2.2...v3.3.0) (2022-10-22)

@@ -2,0 +9,0 @@

4

dist/custom-error.d.ts

@@ -0,1 +1,4 @@

interface ErrorOptions {
cause?: unknown;
}
export declare class CustomError extends Error {

@@ -5,2 +8,3 @@ name: string;

}
export {};
export interface CustomErrorInterface extends Error {

@@ -7,0 +11,0 @@ }

@@ -0,1 +1,4 @@

interface ErrorOptions {
cause?: unknown;
}
export declare class CustomError extends Error {

@@ -5,2 +8,3 @@ name: string;

}
export {};
export interface CustomErrorInterface extends Error {

@@ -7,0 +11,0 @@ }

2

package.json
{
"name": "ts-custom-error",
"version": "3.3.0",
"version": "3.3.1",
"description": "Extend native Error to create custom errors",

@@ -5,0 +5,0 @@ "repository": "github:adriengibrat/ts-custom-error",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc