@azure/identity
Advanced tools
Comparing version 1.0.3-dev.20200108.1 to 1.0.3-dev.20200109.1
{ | ||
"name": "@azure/identity", | ||
"sdk-type": "client", | ||
"version": "1.0.3-dev.20200108.1", | ||
"version": "1.0.3-dev.20200109.1", | ||
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory", | ||
@@ -121,3 +121,3 @@ "main": "dist/index.js", | ||
"rollup-plugin-commonjs": "^10.0.0", | ||
"rollup-plugin-node-resolve": "^5.0.2", | ||
"@rollup/plugin-node-resolve": "^7.0.0", | ||
"rollup-plugin-sourcemaps": "^0.4.2", | ||
@@ -124,0 +124,0 @@ "rollup-plugin-terser": "^5.1.1", |
@@ -104,3 +104,3 @@ ## Azure Identity client library for JavaScript | ||
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/0cf696e82d8b8f9d857cd728b23a7293f630473e/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/d4d55f73f985635bb6fcdb5a2e03a3ad289927bb/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/0cf696e82d8b8f9d857cd728b23a7293f630473e/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/d4d55f73f985635bb6fcdb5a2e03a3ad289927bb/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/). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
396926