Socket
Socket
Sign inDemoInstall

purecloud-client-app-sdk

Package Overview
Dependencies
11
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0 to 2.4.0

dist/purecloud-client-app-sdk-bb974a18.min.js

8

dist/main.js

@@ -5,3 +5,3 @@ 'use strict';

* purecloud-client-app-sdk
* @copyright Copyright (C) 2021 Genesys Telecommunications Laboratories, Inc.}
* @copyright Copyright (C) 2022 Genesys Telecommunications Laboratories, Inc.}
* @license MIT

@@ -201,3 +201,3 @@ *

agentName: cfg.protocolAgentName || "purecloud-client-app-sdk",
agentVersion: cfg.protocolAgentVersion || "2.3.0-beta.1"
agentVersion: cfg.protocolAgentVersion || "2.3.0"
};

@@ -1736,3 +1736,3 @@ }

value: function about() {
return "purecloud-client-app-sdk".concat("v", "2.3.0-beta.1");
return "purecloud-client-app-sdk".concat("v", "2.3.0");
}

@@ -1753,3 +1753,3 @@ /**

get: function get() {
return "2.3.0-beta.1";
return "2.3.0";
}

@@ -1756,0 +1756,0 @@ }]);

{
"name": "purecloud-client-app-sdk",
"version": "2.3.0",
"version": "2.4.0",
"description": "Javascript API for integrating 3rd-party apps with Genesys Cloud",

@@ -21,3 +21,3 @@ "main": "dist/main.js",

"scripts": {
"lint": "eslint . --ext js,ts",
"lint": "eslint --ext .js,.ts scripts/ src/ *.js",
"tsc": "tsc --project tsconfig.json --noEmit",

@@ -32,3 +32,4 @@ "tsc:build": "tsc --project tsconfig.build.json",

"pretest": "npm run tsc",
"test": "karma start --single-run --browsers PhantomJS",
"test": "karma start --single-run --browsers Chromium,Firefox,WebKit",
"test:ci": "BROWSER_NO_ACTIVITY_TIMEOUT=60000 karma start --single-run --browsers Chromium,WebKit --log-level debug",
"watch:test": "karma start",

@@ -60,7 +61,7 @@ "publish-examples": "ts-node scripts/publish-examples.ts",

"engines": {
"node": ">= 12.x"
"node": ">=14"
},
"dependencies": {
"@babel/runtime": "^7.10.3",
"genesys-cloud-service-discovery-web": "^2.0.5",
"genesys-cloud-service-discovery-web": "^3.0.60",
"query-string": "^5.0.0"

@@ -75,2 +76,3 @@ },

"@babel/preset-typescript": "^7.10.1",
"@endyjasmi/karma-playwright-launcher": "^0.0.3",
"@rollup/plugin-babel": "^5.0.4",

@@ -102,8 +104,6 @@ "@rollup/plugin-commonjs": "^13.0.0",

"karma": "^5.0.9",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-rollup-preprocessor": "^7.0.5",
"lodash": "^4.17.20",
"phantomjs-prebuilt": "^2.1.7",
"playwright": "^1.23.0",
"pre-push": "^0.1.1",

@@ -110,0 +110,0 @@ "rollup": "^2.12.1",

@@ -19,3 +19,3 @@ import ClientApp from './index';

const myClientApp = new ClientApp();
(['alerting', 'lifecycle', 'coreUi', 'users', 'myConversations', 'externalContacts'] as const).forEach(currModuleName => {
(['alerting', 'lifecycle', 'coreUi', 'users', 'myConversations', 'externalContacts', 'directory'] as const).forEach(currModuleName => {
expect(myClientApp[currModuleName] instanceof BaseApi).toBe(true);

@@ -22,0 +22,0 @@ });

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc