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

@equinor/echo-base

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/echo-base - npm Package Compare versions

Comparing version 0.2.93 to 0.2.94

2

esm/errors/ArgumentError.d.ts
import { BaseError } from './BaseError';
interface ArgumentErrorArgs {
export interface ArgumentErrorArgs {
argumentName: string;

@@ -4,0 +4,0 @@ }

@@ -31,1 +31,2 @@ import { CommonErrorArgs } from '../types/error';

}
export declare const Forbidden: typeof ForbiddenError;

@@ -60,2 +60,3 @@ import { __extends } from "tslib";

export { ValidationError };
export var Forbidden = ForbiddenError;
//# sourceMappingURL=NetworkError.js.map
import { BaseError } from './BaseError';
interface ArgumentErrorArgs {
export interface ArgumentErrorArgs {
argumentName: string;

@@ -4,0 +4,0 @@ }

@@ -31,1 +31,2 @@ import { CommonErrorArgs } from '../types/error';

}
export declare const Forbidden: typeof ForbiddenError;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ValidationError = exports.NotFoundError = exports.ForbiddenError = exports.BackendError = exports.NetworkError = void 0;
exports.Forbidden = exports.ValidationError = exports.NotFoundError = exports.ForbiddenError = exports.BackendError = exports.NetworkError = void 0;
var tslib_1 = require("tslib");

@@ -63,2 +63,3 @@ var BaseError_1 = require("./BaseError");

exports.ValidationError = ValidationError;
exports.Forbidden = ForbiddenError;
//# sourceMappingURL=NetworkError.js.map
{
"name": "@equinor/echo-base",
"version": "0.2.93",
"version": "0.2.94",
"module": "esm/index.js",

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

import { BaseError } from './BaseError';
interface ArgumentErrorArgs {
export interface ArgumentErrorArgs {
argumentName: string;

@@ -5,0 +5,0 @@ }

@@ -40,1 +40,3 @@ import { CommonErrorArgs } from '../types/error';

export class ValidationError extends NetworkError {}
export const Forbidden = ForbiddenError;

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