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
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 - npm Package Compare versions

Comparing version

to
1.0.3821-feature-config-kv-interface

schema.js.flow

16

index.js
/*
* Copyright 2017 dialog LLC <info@dlg.im>
* Copyright 2019 dialog LLC <info@dlg.im>
*/

@@ -7,7 +7,10 @@

window.isJsAppLoaded = false;
window.jsAppLoaded = function () {
window.isJsAppLoaded = true;
};
if (!window.jsAppLoaded) {
window.isJsAppLoaded = false;
window.jsAppLoaded = function () {
window.isJsAppLoaded = true;
};
}
function init(config) {

@@ -17,2 +20,3 @@ var client = new window.dialog.DialogCoreSDK();

return client;

@@ -33,2 +37,2 @@ }

module.exports = create;
module.exports.default = create;
module.exports.default = create;
{
"name": "@dlghq/dialog-java-core",
"version": "1.0.3819-ios-ucc-ucc-sdk-export2",
"version": "1.0.3821-feature-config-kv-interface",
"description": "Dialog GWT Core",

@@ -9,7 +9,14 @@ "main": "./index.js",

"index.js",
"index.js.flow"
"index.js.flow",
"schema.js.flow"
],
"scripts": {
"build": "cp ../build/package/dialog.nocache.js core.js"
},
"peerDependencies": {
"@dlghq/dialog-types": "^1.38.0"
},
"dependencies": {
"@dlghq/dialog-types": "1.38.0"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet