Socket
Socket
Sign inDemoInstall

@azure/communication-common

Package Overview
Dependencies
Maintainers
1
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 2.2.1-alpha.20230310.2 to 2.2.1

2

dist-esm/src/credential/communicationAccessKeyCredentialPolicy.js

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

const url = new URL(request.url);
const query = url.searchParams;
const query = url.searchParams.toString();
const urlPathAndQuery = query ? `${url.pathname}?${query}` : url.pathname;

@@ -30,0 +30,0 @@ const port = url.port;

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

const url = new URL(request.url);
const query = url.searchParams;
const query = url.searchParams.toString();
const urlPathAndQuery = query ? `${url.pathname}?${query}` : url.pathname;

@@ -211,0 +211,0 @@ const port = url.port;

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

@@ -75,4 +75,4 @@ "sdk-type": "client",

"devDependencies": {
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/dev-tool": "^1.0.0",
"@microsoft/api-extractor": "^7.31.1",

@@ -105,4 +105,5 @@ "@types/chai-as-promised": "^7.1.0",

"typescript": "~4.8.0",
"util": "^0.12.1"
"util": "^0.12.1",
"mockdate": "^3.0.5"
}
}

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