🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@harvestr-api/integration-intercom

Package Overview
Dependencies
Maintainers
1
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@harvestr-api/integration-intercom

> TODO: description

latest
Source
npmnpm
Version
4.10.69
Version published
Maintainers
1
Created
Source

Architecture coding guidelines:

  • Private shared folders (are not exported outside of this package, any file from this package may import those files):
    • fragments
  • Public shared folders (are exported outside of this package, any file from this package may import those files, service cannot import other services -> they must be self contained, if shared code: create a private sub folder (helper or service) ):
    • services
    • models
  • Controllers (a controller must have only one public entry point as index.ts, file from controller A cannot import a file belonging to controller B, if shared code: make a private shared file at the root of the package (private helper, or private service)):
    • auth: Oauth related
    • canvas-integration: our Intercom integration frontend as a widget display (calles Canvas)
    • contributor-attribute-sync: Harvestr Contributors' custom attributes sync
    • converter : on message reception, convert intercom data to Harvestr data

FAQs

Package last updated on 08 Jan 2021

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