Socket
Socket
Sign inDemoInstall

@dotcom-reliability-kit/errors

Package Overview
Dependencies
0
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.6 to 1.2.7

17

lib/index.d.ts

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

declare namespace exports {
export { exports as default };
}
declare namespace module { }
export declare const DataStoreError: typeof import("./data-store-error");
export declare const HttpError: typeof import("./http-error");
export declare const OperationalError: typeof import("./operational-error");
export declare const UpstreamServiceError: typeof import("./upstream-service-error");
export declare const UserInputError: typeof import("./user-input-error");
export default module.exports;
export const DataStoreError: typeof import("./data-store-error");
export const HttpError: typeof import("./http-error");
export const OperationalError: typeof import("./operational-error");
export const UpstreamServiceError: typeof import("./upstream-service-error");
export const UserInputError: typeof import("./user-input-error");
export default ".";
declare namespace ___home_circleci_project_build_packages_errors_lib_index_ { }
//# sourceMappingURL=index.d.ts.map

@@ -1,9 +0,7 @@

module.exports = {
DataStoreError: require('./data-store-error'),
HttpError: require('./http-error'),
OperationalError: require('./operational-error'),
UpstreamServiceError: require('./upstream-service-error'),
UserInputError: require('./user-input-error')
};
exports.DataStoreError = require('./data-store-error');
exports.HttpError = require('./http-error');
exports.OperationalError = require('./operational-error');
exports.UpstreamServiceError = require('./upstream-service-error');
exports.UserInputError = require('./user-input-error');
module.exports.default = module.exports;
exports.default = exports;
{
"name": "@dotcom-reliability-kit/errors",
"version": "1.2.6",
"version": "1.2.7",
"description": "A suite of error classes which help you throw the most appropriate error in any situation",

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

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