Socket
Socket
Sign inDemoInstall

purecloud-client-app-sdk

Package Overview
Dependencies
10
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

dist/purecloud-client-app-sdk-950cce46.min.js

8

dist/main.js

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

var environments = genesysCloudServiceDiscoveryWeb.getEnvironments({
env: ['prod'],
env: ['prod', 'fedramp'],
status: ['beta', 'stable']

@@ -201,3 +201,3 @@ });

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

@@ -1608,3 +1608,3 @@ }

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

@@ -1625,3 +1625,3 @@ /**

get: function get() {
return "2.0.0-beta.6";
return "2.0.0";
}

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

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

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

"@babel/runtime": "^7.10.3",
"genesys-cloud-service-discovery-web": "^1.0.1",
"genesys-cloud-service-discovery-web": "^2.0.5",
"query-string": "^5.0.0"

@@ -65,0 +65,0 @@ },

@@ -15,3 +15,3 @@ import { getEnvironments } from 'genesys-cloud-service-discovery-web';

const environments = getEnvironments({ env: ['prod'], status: ['beta', 'stable'] });
const environments = getEnvironments({ env: ['prod', 'fedramp'], status: ['beta', 'stable'] });

@@ -18,0 +18,0 @@ const PC_ENV_TLDS = environments

Sorry, the diff of this file is not supported yet

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

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