Socket
Socket
Sign inDemoInstall

@azure/communication-common

Package Overview
Dependencies
Maintainers
3
Versions
212
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.0-alpha.20210217.1 to 1.0.0-alpha.20210219.1

3

dist-esm/src/credential/clientArguments.js

@@ -29,5 +29,2 @@ // Copyright (c) Microsoft Corporation.

* Parses arguments passed to a communication client.
*
* @param connectionStringOrUrl
* @param [credentialOrOptions]
*/

@@ -34,0 +31,0 @@ export const parseClientArguments = (connectionStringOrUrl, credentialOrOptions) => {

@@ -63,4 +63,2 @@ // Copyright (c) Microsoft Corporation.

* Signs the request and calls the next policy in the factory.
*
* @param webResource
*/

@@ -67,0 +65,0 @@ sendRequest(webResource) {

2

dist-esm/src/credential/communicationAuthPolicy.js

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

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
import { isTokenCredential } from "@azure/core-auth";

@@ -2,0 +4,0 @@ import { bearerTokenAuthenticationPolicy } from "@azure/core-http";

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

* @param connectionString - The connection string to parse
* @returns {EndpointCredential} Object to access the endpoint and the credenials
* @returns Object to access the endpoint and the credenials
*/

@@ -20,0 +20,0 @@ export const parseConnectionString = (connectionString) => {

@@ -244,4 +244,2 @@ 'use strict';

* Signs the request and calls the next policy in the factory.
*
* @param webResource
*/

@@ -258,2 +256,3 @@ sendRequest(webResource) {

// Copyright (c) Microsoft Corporation.
/**

@@ -288,3 +287,3 @@ * Creates a pipeline policy to authenticate request based

* @param connectionString - The connection string to parse
* @returns {EndpointCredential} Object to access the endpoint and the credenials
* @returns Object to access the endpoint and the credenials
*/

@@ -325,5 +324,2 @@ const parseConnectionString = (connectionString) => {

* Parses arguments passed to a communication client.
*
* @param connectionStringOrUrl
* @param [credentialOrOptions]
*/

@@ -330,0 +326,0 @@ const parseClientArguments = (connectionStringOrUrl, credentialOrOptions) => {

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

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

@@ -205,5 +205,2 @@ import { AbortSignalLike } from '@azure/core-http';

* Parses arguments passed to a communication client.
*
* @param connectionStringOrUrl
* @param [credentialOrOptions]
*/

@@ -216,3 +213,3 @@ export declare const parseClientArguments: (connectionStringOrUrl: string, credentialOrOptions?: any) => UrlWithCredential;

* @param connectionString - The connection string to parse
* @returns {EndpointCredential} Object to access the endpoint and the credenials
* @returns Object to access the endpoint and the credenials
*/

@@ -219,0 +216,0 @@ export declare const parseConnectionString: (connectionString: string) => EndpointCredential;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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