Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/omnichannel-chat-sdk

Package Overview
Dependencies
Maintainers
0
Versions
336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/omnichannel-chat-sdk - npm Package Compare versions

Comparing version 1.9.4 to 1.9.5-main.7b508a8

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

## [Unreleased]
## Changed
- core service url regex to include crmtest
## [1.9.4]

@@ -7,0 +11,0 @@

2

lib/utils/CoreServicesUtils.js

@@ -28,3 +28,3 @@ "use strict";

exports.coreServicesOrgUrlPrefix = "https://m-";
exports.unqOrgUrlPattern = /http[s]*:\/\/[\w-]*-(crm[\d]*).[\w.]*/;
exports.unqOrgUrlPattern = /http[s]*:\/\/[\w-]*-(crmtest|crm[\d]*).[\w.]*/;
exports.nonProductionDynamicsLocationCode = ["crm10", "crmtest"];

@@ -31,0 +31,0 @@ exports.getCoreServicesGeoName = function (dynamicsLocationCode) {

{
"name": "@microsoft/omnichannel-chat-sdk",
"version": "1.9.4",
"version": "1.9.5-main.7b508a8",
"description": "Microsoft Omnichannel Chat SDK",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc