Socket
Socket
Sign inDemoInstall

@azure/communication-common

Package Overview
Dependencies
Maintainers
1
Versions
203
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.20221103.5 to 2.2.1-alpha.20221107.1

2

dist-esm/src/identifierModelSerializer.js

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

}
throw new Error(`Property ${prop} is required for identifier of type ${subObjName}.`);
throw new Error(`Property ${String(prop)} is required for identifier of type ${subObjName}.`);
};

@@ -13,0 +13,0 @@ const assertMaximumOneNestedModel = (identifier) => {

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

}
throw new Error(`Property ${prop} is required for identifier of type ${subObjName}.`);
throw new Error(`Property ${String(prop)} is required for identifier of type ${subObjName}.`);
};

@@ -459,0 +459,0 @@ const assertMaximumOneNestedModel = (identifier) => {

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

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

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

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