@azure/communication-common
Advanced tools
Comparing version 2.1.0-alpha.20220720.5 to 2.1.0-alpha.20220725.1
// 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
166644