Socket
Socket
Sign inDemoInstall

@kustomer/apps-common

Package Overview
Dependencies
Maintainers
55
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kustomer/apps-common

The common package is responsible for hosting any classes, functions, or variables used by other packages within the Kustomer Apps SDK. It's primarily responsible for hosting the `API` class, which contains multiple subclasses, responsible for various cal


Version published
Maintainers
55
Created
Source

@kustomer/apps-common

The common package is responsible for hosting any classes, functions, or variables used by other packages within the Kustomer Apps SDK. It's primarily responsible for hosting the API class, which contains multiple subclasses, responsible for various calls to the Kustomer API. This API is exposed on the client as a singleton, like such:

const kapp = new KAppClient(...);

kapp.api.whatever_you_want();

... and on the server as a method that can be passed an org ID, like such:

const kapp = new KAppServer(...);

kapp.api(my_org_id).whatever_you_want();

Development

You can run the yarn dev command from the root of the repository to start developing.

FAQs

Package last updated on 28 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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