Socket
Socket
Sign inDemoInstall

@azure/identity

Package Overview
Dependencies
Maintainers
1
Versions
518
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/identity - npm Package Compare versions

Comparing version 1.0.1-dev.20191120.1 to 1.0.1-dev.20191121.1

3

CHANGELOG.md

@@ -6,2 +6,3 @@ # Changelog

- Fixed an issue where an authorization error occurs due to wrong access token being returned by the MSI endpoint when using a user-assigned managed identity with `ManagedIdentityCredential` ([PR #6134](https://github.com/Azure/azure-sdk-for-js/pull/6134))
- Updated to use OpenTelemetry 0.2 via `@azure/core-tracing`

@@ -50,3 +51,3 @@ ## 1.0.0 - 2019-10-29

- [`UsernamePasswordCredential`](https://azure.github.io/azure-sdk-for-js/identity/classes/usernamepasswordcredential.html)
- This library can now be used in the browser! The following credential types supported in browser builds:
- This library can now be used in the browser! The following credential types supported in browser builds:
- `ClientSecretCredential`

@@ -53,0 +54,0 @@ - `UsernamePasswordCredential`

{
"name": "@azure/identity",
"sdk-type": "client",
"version": "1.0.1-dev.20191120.1",
"version": "1.0.1-dev.20191121.1",
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",

@@ -109,3 +109,3 @@ "main": "dist/index.js",

"karma-json-to-file-reporter": "^1.0.1",
"karma-junit-reporter": "^1.2.0",
"karma-junit-reporter": "^2.0.1",
"karma-mocha": "^1.3.0",

@@ -117,5 +117,5 @@ "karma-mocha-reporter": "^2.2.5",

"mocha-multi": "^1.1.3",
"open": "^6.4.0",
"open": "^7.0.0",
"prettier": "^1.16.4",
"puppeteer": "^1.11.0",
"puppeteer": "^2.0.0",
"rimraf": "^3.0.0",

@@ -122,0 +122,0 @@ "rollup": "^1.16.3",

@@ -104,3 +104,3 @@ ## Azure Identity client library for JS

The `AuthorizationCodeCredential` takes more up-front work to use than the other credential types at this time. A full sample demonstrating how to use this credential can be found in [`samples/authorizationCodeSample.ts`](https://github.com/Azure/azure-sdk-for-js/tree/dd090dddfc7643b5401dbac8414ea8187d5bcb7c/sdk/identity/identity/samples/authorizationCodeSample.ts).
The `AuthorizationCodeCredential` takes more up-front work to use than the other credential types at this time. A full sample demonstrating how to use this credential can be found in [`samples/authorizationCodeSample.ts`](https://github.com/Azure/azure-sdk-for-js/tree/f8c7cc4675e91a8c802ad5b6dd53119561ef8074/sdk/identity/identity/samples/authorizationCodeSample.ts).

@@ -149,3 +149,3 @@ ### Chaining credentials

If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/tree/dd090dddfc7643b5401dbac8414ea8187d5bcb7c/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/tree/f8c7cc4675e91a8c802ad5b6dd53119561ef8074/CONTRIBUTING.md) to learn more about how to build and test the code.

@@ -152,0 +152,0 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).

@@ -0,0 +0,0 @@ import { AccessToken } from '@azure/core-http';

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