@azure/msal-angular
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "@azure/msal-angular", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": { | ||
@@ -15,61 +15,34 @@ "name": "Microsoft", | ||
"description": "Microsoft Authentication Library for Angular", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"build:prod": "ng build --configuration production", | ||
"build:all": "npm run build:browser && npm run build", | ||
"build:all:prod": "npm run build:browser && npm run build:prod", | ||
"build:browser": "cd ../.. && npm run build --workspace=@azure/msal-common --workspace=@azure/msal-browser", | ||
"build:pack": "npm run build && cd dist && npm pack", | ||
"deploy": "npm run build:all:prod && npm publish ./dist", | ||
"deploy:beta": "npm run build:all:prod && npm publish ./dist --tag beta", | ||
"test": "ng test", | ||
"test:coverage": "npm test", | ||
"lint": "cd ../../ && npm run lint:angular", | ||
"lint:fix": "npm run lint -- -- --fix", | ||
"e2e": "ng e2e", | ||
"prepack": "npm run build:all", | ||
"format:check": "npx prettier --ignore-path .gitignore --check src", | ||
"format:fix": "npx prettier --ignore-path .gitignore --write src" | ||
}, | ||
"typings": "./dist/azure-msal-angular.d.ts", | ||
"typings": "index.d.ts", | ||
"beachball": { | ||
"disallowedChangeTypes": [] | ||
"disallowedChangeTypes": [ | ||
"major" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^15.1.5", | ||
"@angular/animations": "^15.1.4", | ||
"@angular/cli": "^15.1.5", | ||
"@angular/common": "^15.1.4", | ||
"@angular/compiler": "^15.1.4", | ||
"@angular/compiler-cli": "^15.1.4", | ||
"@angular/core": "^15.1.4", | ||
"@angular/forms": "^15.1.4", | ||
"@angular/platform-browser": "^15.1.4", | ||
"@angular/platform-browser-dynamic": "^15.1.4", | ||
"@angular/router": "^15.1.4", | ||
"@azure/msal-browser": "^3.0.0", | ||
"@types/jasmine": "~3.6.0", | ||
"@types/jasminewd2": "~2.0.3", | ||
"@types/node": "^12.11.1", | ||
"jasmine-core": "~4.0.0", | ||
"jasmine-spec-reporter": "~5.0.0", | ||
"karma": "~6.3.2", | ||
"karma-chrome-launcher": "~3.1.0", | ||
"karma-coverage-istanbul-reporter": "~3.0.2", | ||
"karma-jasmine": "~5.0.0", | ||
"karma-jasmine-html-reporter": "^2.0.0", | ||
"ng-packagr": "^15.1.2", | ||
"prettier": "2.8.7", | ||
"rxjs": "^7.8.1", | ||
"ts-node": "~8.3.0", | ||
"tslib": "^2.0.0", | ||
"typescript": "~4.8.4", | ||
"zone.js": "~0.11.8" | ||
}, | ||
"peerDependencies": { | ||
"@azure/msal-browser": "^3.0.0", | ||
"@azure/msal-browser": "^3.0.1", | ||
"rxjs": "^7.0.0" | ||
}, | ||
"module": "fesm2015/azure-msal-angular.mjs", | ||
"es2020": "fesm2020/azure-msal-angular.mjs", | ||
"esm2020": "esm2020/azure-msal-angular.mjs", | ||
"fesm2020": "fesm2020/azure-msal-angular.mjs", | ||
"fesm2015": "fesm2015/azure-msal-angular.mjs", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/azure-msal-angular.mjs", | ||
"es2020": "./fesm2020/azure-msal-angular.mjs", | ||
"es2015": "./fesm2015/azure-msal-angular.mjs", | ||
"node": "./fesm2015/azure-msal-angular.mjs", | ||
"default": "./fesm2020/azure-msal-angular.mjs" | ||
} | ||
}, | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
} | ||
} |
@@ -7,4 +7,4 @@ # Microsoft Authentication Library for Angular | ||
| <a href="https://docs.microsoft.com/azure/active-directory/develop/tutorial-v2-angular-auth-code" target="blank">Getting Started</a>| <a href="https://aka.ms/aaddevv2" target="_blank">AAD Docs</a> | <a href="https://azuread.github.io/microsoft-authentication-library-for-js/ref/modules/_azure_msal_angular.html" target="_blank">Library Reference</a> | [Support](README.md#community-help-and-support) | <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v3-samples" target="blank">Samples</a> | ||
| --- | --- | --- | --- | --- | | ||
| <a href="https://docs.microsoft.com/azure/active-directory/develop/tutorial-v2-angular-auth-code" target="blank">Getting Started</a> | <a href="https://aka.ms/aaddevv2" target="_blank">AAD Docs</a> | <a href="https://azuread.github.io/microsoft-authentication-library-for-js/ref/modules/_azure_msal_angular.html" target="_blank">Library Reference</a> | [Support](README.md#community-help-and-support) | <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v3-samples" target="blank">Samples</a> | | ||
| ------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
@@ -47,8 +47,8 @@ 1. [About](#about) | ||
| MSAL Angular version | MSAL support status | Supported Angular versions | | ||
|----------------------|-------------------------|----------------------------| | ||
| MSAL Angular v3-alpha | Active development | 15, 16 | | ||
| MSAL Angular v2 | In maintenance | 9, 10, 11, 12, 13, 14 | | ||
| MSAL Angular v1 | In maintenance | 6, 7, 8, 9 | | ||
| MSAL Angular v0 | Out of support | 4, 5 | | ||
| MSAL Angular version | MSAL support status | Supported Angular versions | | ||
| -------------------- | ------------------- | -------------------------- | | ||
| MSAL Angular v3 | Active development | 15, 16 | | ||
| MSAL Angular v2 | In maintenance | 9, 10, 11, 12, 13, 14 | | ||
| MSAL Angular v1 | In maintenance | 6, 7, 8, 9 | | ||
| MSAL Angular v0 | Out of support | 4, 5 | | ||
@@ -62,2 +62,3 @@ ## Prerequisites | ||
The `@azure/msal-angular` package is available on NPM: | ||
``` | ||
@@ -70,2 +71,3 @@ npm install @azure/msal-browser @azure/msal-angular@latest | ||
MSAL Angular Basics | ||
1. [Initialization](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular/docs/initialization.md) | ||
@@ -79,2 +81,3 @@ 1. [Public APIs](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular/docs/public-apis.md) | ||
Advanced Topics | ||
1. [Logging](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular/docs/logging.md) | ||
@@ -93,32 +96,37 @@ 1. [Multi-Tenant](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular/docs/multi-tenant.md) | ||
### MSAL Angular v3 Samples | ||
* [Angular v15](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v3-samples/angular15-sample-app) | ||
* [Angular v16](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v3-samples/angular16-sample-app) | ||
* [Angular v16 B2C Sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v3-samples/angular-b2c-sample-app) | ||
- [Angular v15](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v3-samples/angular15-sample-app) | ||
- [Angular v16](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v3-samples/angular16-sample-app) | ||
- [Angular v16 B2C Sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v3-samples/angular-b2c-sample-app) | ||
- [Angular Standalone Sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v3-samples/angular-standalone-sample) | ||
### MSAL Angular v2 Samples | ||
* [Angular v9](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular9-v2-sample-app) | ||
* [Angular v10](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular10-sample-app) | ||
* [Angular v11](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular11-sample-app) | ||
* [Angular v12](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular12-sample-app) | ||
* [Angular v13 RxJS v6](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular13-rxjs6-sample-app) | ||
* [Angular v13 RxJS v7](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular13-rxjs7-sample-app) | ||
* [Angular v14 RxJS v6](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular14-rxjs6-sample-app) | ||
* [Angular v14 RxJS v7](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular14-rxjs7-sample-app) | ||
* [Angular v14 B2C Sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular-b2c-sample-app) | ||
- [Angular v9](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular9-v2-sample-app) | ||
- [Angular v10](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular10-sample-app) | ||
- [Angular v11](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular11-sample-app) | ||
- [Angular v12](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular12-sample-app) | ||
- [Angular v13 RxJS v6](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular13-rxjs6-sample-app) | ||
- [Angular v13 RxJS v7](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular13-rxjs7-sample-app) | ||
- [Angular v14 RxJS v6](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular14-rxjs6-sample-app) | ||
- [Angular v14 RxJS v7](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular14-rxjs7-sample-app) | ||
- [Angular v14 B2C Sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/angular-b2c-sample-app) | ||
See [here](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-lts/samples/msal-angular-v2-samples/README.md) for specific features demonstrated by our MSAL Angular v2 samples. | ||
### Advanced MSAL Angular v2 Samples | ||
* [Angular SPA with ASP.NET Core web API](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/3-Authorization-II/1-call-api) | ||
* [Angular SPA with APS.NET Core web API using App Roles and RBAC](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/5-AccessControl/1-call-api-roles) | ||
* [Angular SPA calling Microsoft Graph via ASP.NET Core web API using on-behalf-of flow](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/6-AdvancedScenarios/1-call-api-obo) | ||
* [Multi-tenant tutorial using MSAL Angular v2](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/6-AdvancedScenarios/2-call-api-mt) | ||
* [Deployment tutorial using Azure App Service and Azure Storage](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/4-Deployment) | ||
- [Angular SPA with ASP.NET Core web API](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/3-Authorization-II/1-call-api) | ||
- [Angular SPA with APS.NET Core web API using App Roles and RBAC](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/5-AccessControl/1-call-api-roles) | ||
- [Angular SPA calling Microsoft Graph via ASP.NET Core web API using on-behalf-of flow](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/6-AdvancedScenarios/1-call-api-obo) | ||
- [Multi-tenant tutorial using MSAL Angular v2](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/6-AdvancedScenarios/2-call-api-mt) | ||
- [Deployment tutorial using Azure App Service and Azure Storage](https://github.com/Azure-Samples/ms-identity-javascript-angular-tutorial/tree/main/4-Deployment) | ||
### MSAL Angular v1 Samples | ||
* [Angular v6](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-angular-v1/samples/msal-angular-samples/angular6-sample-app) | ||
* [Angular v7](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-angular-v1/samples/msal-angular-samples/angular7-sample-app) | ||
* [Angular v8](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-angular-v1/samples/msal-angular-samples/angular8-sample-app) | ||
* [Angular v9](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-angular-v1/samples/msal-angular-samples/angular9-sample-app) | ||
- [Angular v6](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-angular-v1/samples/msal-angular-samples/angular6-sample-app) | ||
- [Angular v7](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-angular-v1/samples/msal-angular-samples/angular7-sample-app) | ||
- [Angular v8](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-angular-v1/samples/msal-angular-samples/angular8-sample-app) | ||
- [Angular v9](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-angular-v1/samples/msal-angular-samples/angular9-sample-app) | ||
## Build and running tests | ||
@@ -144,7 +152,7 @@ | ||
- [Msal Browser FAQ](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/FAQ.md) for access to our frequently asked questions | ||
- [Stack Overflow](http://stackoverflow.com/questions/tagged/msal) using tag "msal". | ||
We highly recommend you ask your questions on Stack Overflow first and browse existing issues to see if someone has asked your question before. | ||
- [GitHub Issues](https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/templates/edit) for reporting a bug or feature requests | ||
- [User Voice page](https://feedback.azure.com/forums/169401-azure-active-directory) to provide recommendations and/or feedback | ||
- [Msal Browser FAQ](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/FAQ.md) for access to our frequently asked questions | ||
- [Stack Overflow](http://stackoverflow.com/questions/tagged/msal) using tag "msal". | ||
We highly recommend you ask your questions on Stack Overflow first and browse existing issues to see if someone has asked your question before. | ||
- [GitHub Issues](https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/templates/edit) for reporting a bug or feature requests | ||
- [User Voice page](https://feedback.azure.com/forums/169401-azure-active-directory) to provide recommendations and/or feedback | ||
@@ -165,2 +173,2 @@ ## Contribute | ||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. | ||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
348639
0
167
3
37
2545
+ Addedtslib@^2.3.0