Socket
Socket
Sign inDemoInstall

@azure/communication-common

Package Overview
Dependencies
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/communication-common - npm Package Compare versions

Comparing version 2.1.0-alpha.20220720.5 to 2.1.0-alpha.20220725.1

4

dist-esm/src/credential/cryptoUtils.browser.js
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
var _a, _b;
var _a;
/// <reference lib="dom" />
import { encodeBase64, encodeUTF8, encodeUTF8fromBase64 } from "./encodeUtils.browser";
const subtle = (_b = (_a = globalThis) === null || _a === void 0 ? void 0 : _a.crypto) === null || _b === void 0 ? void 0 : _b.subtle;
const subtle = (_a = globalThis === null || globalThis === void 0 ? void 0 : globalThis.crypto) === null || _a === void 0 ? void 0 : _a.subtle;
export const shaHash = async (content) => {

@@ -8,0 +8,0 @@ const data = encodeUTF8(content);

{
"name": "@azure/communication-common",
"version": "2.1.0-alpha.20220720.5",
"version": "2.1.0-alpha.20220725.1",
"description": "Common package for Azure Communication services.",

@@ -105,5 +105,5 @@ "sdk-type": "client",

"sinon": "^9.0.2",
"typescript": "~4.2.0",
"typescript": "~4.6.0",
"util": "^0.12.1"
}
}

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