🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@dlghq/dialog-java-core

Package Overview
Dependencies
Maintainers
27
Versions
2285
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dlghq/dialog-java-core

Dialog GWT Core

npmnpm
Version
1.0.3821-feature-config-kv-interface
Version published
Maintainers
27
Created
Source

Dialog Java Core

Installation

npm install --save @dlghq/dialog-java-core

Usage

import createCore from '@dlghq/dialog-java-core';

createCore({
  endpoints: [],
  customAppName: 'Dialog'
}, (messenger) => {
  const user = messenger.getUser(messenger.getUid());
  console.log({ user });
});

FAQs

Package last updated on 24 Sep 2019

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