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

@microsoft/omnichannel-amsclient

Package Overview
Dependencies
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/omnichannel-amsclient - npm Package Compare versions

Comparing version 0.1.1-main.af545b3 to 0.1.1-main.b0c0c52

2

CHANGELOG.md

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

## [Unreleased]
### Fixed
- Add `webp` as valid image type on `AMSClient.getViewStatus()`

@@ -7,0 +9,0 @@ ## [0.1.0] - 2021-10-01

2

lib/API.js

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

})(AMSFileStatus || (AMSFileStatus = {}));
var validImageTypes = ['jpeg', 'jpg', 'gif', 'png', 'bmp', 'tiff', 'jfif'];
var validImageTypes = ['jpeg', 'jpg', 'gif', 'png', 'bmp', 'tiff', 'jfif', 'webp'];
var patchChatToken = function (chatToken) {

@@ -76,0 +76,0 @@ // Temporary

@@ -1,1 +0,1 @@

exports.baseUrl = 'https://comms.omnichannelengagementhub.com/ams'; exports.sdkVersion = '0.1.1-main.af545b3';
exports.baseUrl = 'https://comms.omnichannelengagementhub.com/ams'; exports.sdkVersion = '0.1.1-main.b0c0c52';
{
"name": "@microsoft/omnichannel-amsclient",
"version": "0.1.1-main.af545b3",
"version": "0.1.1-main.b0c0c52",
"description": "Microsoft Omnichannel AMSClient",

@@ -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