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

@evergis/api

Package Overview
Dependencies
Maintainers
6
Versions
329
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evergis/api - npm Package Compare versions

Comparing version 0.1.30 to 0.1.31

3

es/utils/errorHandler.d.ts

@@ -0,1 +1,2 @@

import { HTTPError } from '../__generated__/HttpClient';
export declare enum ErrorReason {

@@ -25,2 +26,2 @@ /** When request has status code less than 400 */

export declare const isHandledError: (e: any) => e is HandledError<Error>;
export declare const isHTTPError: (e: any) => e is HandledHTTPError<Error>;
export declare const isHTTPError: (e: any) => e is HandledHTTPError<HTTPError>;
{
"name": "@evergis/api",
"version": "0.1.30",
"version": "0.1.31",
"license": "ISC",

@@ -5,0 +5,0 @@ "author": "everpoint",

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