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

@dotcom-reliability-kit/errors

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcom-reliability-kit/errors - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

1

lib/data-store-error.js

@@ -8,2 +8,3 @@ const OperationalError = require('./operational-error');

/**
* @override
* @readonly

@@ -10,0 +11,0 @@ * @public

@@ -24,2 +24,3 @@ const OperationalError = require('./operational-error');

/**
* @override
* @readonly

@@ -98,2 +99,3 @@ * @public

*
* @override
* @protected

@@ -100,0 +102,0 @@ * @type {Array<string>}

2

lib/operational-error.d.ts

@@ -7,3 +7,3 @@ export = OperationalError;

constructor(data?: string | (OperationalErrorData & Record<string, any>) | undefined);
public readonly name: string;
public override readonly name: string;
public readonly isOperational: boolean;

@@ -10,0 +10,0 @@ public readonly code: string;

@@ -18,2 +18,3 @@ /**

/**
* @override
* @readonly

@@ -20,0 +21,0 @@ * @public

@@ -8,2 +8,3 @@ const HttpError = require('./http-error');

/**
* @override
* @readonly

@@ -10,0 +11,0 @@ * @public

@@ -8,2 +8,3 @@ const HttpError = require('./http-error');

/**
* @override
* @readonly

@@ -10,0 +11,0 @@ * @public

{
"name": "@dotcom-reliability-kit/errors",
"version": "1.2.5",
"version": "1.2.6",
"description": "A suite of error classes which help you throw the most appropriate error in any situation",

@@ -5,0 +5,0 @@ "repository": {

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

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