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.28 to 0.1.29

es/utils/errorHandler.d.ts

3

es/Api.js
import { HttpClient } from './__generated__/HttpClient';
import { defaultApiConfig } from './defaultApiConfig';
import { Security, FileUpload, Import, Scheduler, Notification, Layers, Tables, Projects, Resources, Styles, Geocode, ResourceCatalog, } from './services';
import { errorHandler } from './utils/errorHandler';
export class Api {

@@ -29,3 +30,3 @@ constructor({ url, wsUrl, config = defaultApiConfig }) {

catch (e) {
throw Error('Init failed');
throw errorHandler(e);
}

@@ -32,0 +33,0 @@ }

{
"name": "@evergis/api",
"version": "0.1.28",
"version": "0.1.29",
"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