Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@dlghq/dialog-java-core

Package Overview
Dependencies
Maintainers
34
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.3817-ios-ucc-calls
Version published
Weekly downloads
1
-90.91%
Maintainers
34
Weekly downloads
 
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 05 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