Socket
Socket
Sign inDemoInstall

@azure/communication-common

Package Overview
Dependencies
Maintainers
3
Versions
211
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-beta.1 to 1.0.0-beta.2

4

CHANGELOG.md
# Release History
## 1.0.0-beta.2 (2020-10-06)
Updated `@azure/communication-common` version
## 1.0.0-beta.1 (2020-09-22)
The Azure Communication Common Client library contains common code such as the CommunicationUserCredential that is being used by other Azure Communication Services.

13

package.json
{
"name": "@azure/communication-common",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Common package for Azure Communication services.",

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

"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
"integration-test:browser": "echo skipped",
"integration-test:node": "echo skipped",
"integration-test:browser": "karma start --single-run",
"integration-test:node": "nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace -t 300000 dist-esm/test/*.spec.js dist-esm/test/node/*.spec.js",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",

@@ -88,4 +88,2 @@ "lint:fix": "eslint package.json tsconfig.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",

"@types/sinon": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"assert": "^1.4.1",

@@ -95,6 +93,2 @@ "chai-as-promised": "^7.1.1",

"cross-env": "^7.0.2",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-no-only-tests": "^2.3.0",
"eslint-plugin-promise": "^4.1.1",
"eslint": "^6.1.0",

@@ -115,2 +109,3 @@ "inherits": "^2.0.3",

"mocha": "^7.1.1",
"nyc": "^14.0.0",
"prettier": "^1.16.4",

@@ -117,0 +112,0 @@ "rimraf": "^3.0.0",

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

- [Read more about Communication user access tokens](https://review.docs.microsoft.com/azure/project-spool/concepts/authentication?branch=pr-en-us-104477&tabs=javascript)
- [Read more about Communication user access tokens](https://docs.microsoft.com/azure/communication-services/concepts/authentication?tabs=javascript)

@@ -79,0 +79,0 @@ ## Contributing

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