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

level-errors

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

level-errors - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

9

errors.d.ts

@@ -6,8 +6,11 @@ interface LevelUPError extends Error { }

interface WriteError extends LevelUPError { }
interface NotFoundError extends Error { }
interface NotFoundError extends Error {
notFound: any;
status: any;
}
interface EncodingError extends LevelUPError { }
interface LevelUPErrorConstructor<TError> {
new(message?: string): TError;
(message?: string): TError;
new(message?: string, cause?: any): TError;
(message?: string, cause?: any): TError;
readonly prototype: TError;

@@ -14,0 +17,0 @@ }

{
"name": "level-errors",
"description": "Error types for LevelUP",
"version": "1.1.0",
"version": "1.1.1",
"contributors": [

@@ -6,0 +6,0 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)",

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