New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dlghq/dialog-java-core

Package Overview
Dependencies
Maintainers
31
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

1.0.3833-fix-ccomm-4335
latest
npm
Version published
Weekly downloads
0
Maintainers
31
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 11 Nov 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