Socket
Socket
Sign inDemoInstall

@azure/communication-common

Package Overview
Dependencies
Maintainers
3
Versions
214
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 1.0.1-alpha.20210614.1 to 1.1.0-alpha.20210705.1

10

CHANGELOG.md
# Release History
## 1.0.1 (Unreleased)
## 1.1.0 (Unreleased)
### Features Added
- With the dropping of support for Node.js versions that are no longer in LTS, the dependency on `@types/node` has been updated to version 12. Read our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
### Breaking Changes
### Key Bugs Fixed
### Fixed
## 1.0.0 (2021-03-22)

@@ -7,0 +15,0 @@

2

dist-esm/src/credential/communicationAccessKeyCredentialPolicy.js

@@ -41,3 +41,3 @@ // Copyright (c) Microsoft Corporation.

const contentHash = await shaHash(webResource.body || "");
const dateHeader = isNode ? "date" : "x-ms-date";
const dateHeader = "x-ms-date";
const signedHeaders = `${dateHeader};host;x-ms-content-sha256`;

@@ -44,0 +44,0 @@ const url = URLBuilder.parse(webResource.url);

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

const contentHash = await shaHash(webResource.body || "");
const dateHeader = coreHttp.isNode ? "date" : "x-ms-date";
const dateHeader = "x-ms-date";
const signedHeaders = `${dateHeader};host;x-ms-content-sha256`;

@@ -213,0 +213,0 @@ const url = coreHttp.URLBuilder.parse(webResource.url);

{
"name": "@azure/communication-common",
"version": "1.0.1-alpha.20210614.1",
"version": "1.1.0-alpha.20210705.1",
"description": "Common package for Azure Communication services.",

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

"engines": {
"node": ">=8.0.0"
"node": ">=12.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-common/",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-common/",
"sideEffects": false,

@@ -69,4 +69,4 @@ "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",

"@azure/core-auth": "^1.3.0",
"@azure/core-http": "^1.2.0",
"@azure/core-tracing": "1.0.0-preview.11",
"@azure/core-http": "^2.0.0",
"@azure/core-tracing": "1.0.0-preview.12",
"events": "^3.0.0",

@@ -89,3 +89,3 @@ "jwt-decode": "~2.2.0",

"@types/mocha": "^7.0.2",
"@types/node": "^8.0.0",
"@types/node": "^12.0.0",
"@types/sinon": "^9.0.4",

@@ -92,0 +92,0 @@ "assert": "^1.4.1",

@@ -86,3 +86,3 @@ # Azure Communication Common client library for JavaScript

If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/master/CONTRIBUTING.md) to learn more about how to build and test the code.
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/main/CONTRIBUTING.md) to learn more about how to build and test the code.

@@ -89,0 +89,0 @@ ## Related projects

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