Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…tion-library-for-js into msal-react-logger
  • Loading branch information
tnorling committed Dec 15, 2020
2 parents 3ce6823 + 4d79b8e commit 74e8d36
Show file tree
Hide file tree
Showing 394 changed files with 91,167 additions and 39,501 deletions.
47 changes: 47 additions & 0 deletions .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: npm audit

on:
push:
branches:
- 'master'
- 'npm-audit'

jobs:
audit-root:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v1

- name: npm audit (root)
run: npm audit

audit-lib:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
library:
- msal-core
- msal-common
- msal-browser
- msal-node
- msal-angular
- msal-angularjs
- msal-react

steps:
- uses: actions/checkout@v2

- name: Use Node.js
uses: actions/setup-node@v1

- name: npm audit (lib)
working-directory: lib/${{ matrix.library }}
run: npm audit
4 changes: 0 additions & 4 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
/lib/msal-react/ @tnorling @jasonnutter
/samples/msal-react-samples/ @tnorling @jasonnutter

# MSAL Electron POC
/experimental/msal-electron-proof-of-concept/ @hectormmg
/samples/msal-electron-sample-app/ @hectormmg

# Build
/build/ @pkanher617 @jasonnutter

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ The [`lib`](https://github.com/AzureAD/microsoft-authentication-library-for-js/t

- [Microsoft Authentication Library for React v1.x (Alpha)](lib/msal-react/): A wrapper of the msal-browser 2.x library for apps using React.

- [Microsoft Authentication Library for Angular v2.x (Alpha)](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-angular-v2/lib/msal-angular): A wrapper of the msal-browser 2.x library for apps using Angular framework.
- [Microsoft Authentication Library for Angular v2.x (Alpha)](lib/msal-angular/): A wrapper of the msal-browser 2.x library for apps using Angular framework.

- [Microsoft Authentication Library for JavaScript v1.x](lib/msal-core/): A browser-based, framework-agnostic core library that enables authentication and token acquisition with the Microsoft Identity platform in JavaScript applications. Implements the OAuth 2.0 [Implicit Grant Flow](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-implicit-grant-flow), and is [OpenID-compliant](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-protocols-oidc).

- [Microsoft Authentication Library for Angular](lib/msal-angular/) :
- [Microsoft Authentication Library for Angular](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/msal-angular-v1/lib/msal-angular) :
A wrapper of the core 1.x library for apps using Angular framework.

- [Microsoft Authentication Library for AngularJS](lib/msal-angularjs/) :
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Add docs for Angular Universal SSR (#2746)",
"packageName": "@azure/msal-angular",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Merge angular-v2 to dev (#2709)",
"packageName": "@azure/msal-angular",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Temporarily use npm-force-resolutions to get update transitive deps for MSAL Angular",
"packageName": "@azure/msal-angular",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "none",
"comment": "Fix npm audit warnings",
"packageName": "@azure/msal-angularjs",
"email": "[email protected]",
"dependentChangeType": "none",
"date": "2020-10-30T22:28:39.239Z"
}
8 changes: 8 additions & 0 deletions change/@azure-msal-browser-2020-10-30-15-28-49-npm-audit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "none",
"comment": "Fix npm audit warnings",
"packageName": "@azure/msal-browser",
"email": "[email protected]",
"dependentChangeType": "none",
"date": "2020-10-30T22:28:41.566Z"
}
8 changes: 8 additions & 0 deletions change/@azure-msal-common-2020-10-30-15-28-49-npm-audit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "none",
"comment": "Fix npm audit warnings",
"packageName": "@azure/msal-common",
"email": "[email protected]",
"dependentChangeType": "none",
"date": "2020-10-30T22:28:44.203Z"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Merge angular-v2 to dev (#2709)",
"packageName": "@azure/msal-common",
"email": "[email protected]",
"dependentChangeType": "none"
}
8 changes: 8 additions & 0 deletions change/@azure-msal-node-2020-10-30-15-28-49-npm-audit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "none",
"comment": "Fix npm audit warnings",
"packageName": "@azure/msal-node",
"email": "[email protected]",
"dependentChangeType": "none",
"date": "2020-10-30T22:28:49.121Z"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "ClientAssertion.parseCertificate - allow newlines in cert (#2721).",
"packageName": "@azure/msal-node",
"email": "email not defined",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "prerelease",
"comment": "Fix npm audit warnings",
"packageName": "@azure/msal-node-extensions",
"email": "[email protected]",
"dependentChangeType": "none",
"date": "2020-10-30T22:28:34.853Z"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Update storybook to v6",
"packageName": "@azure/msal-react",
"email": "[email protected]",
"dependentChangeType": "none"
}
8 changes: 8 additions & 0 deletions change/msal-2020-10-30-15-28-49-npm-audit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"type": "none",
"comment": "Fix npm audit warnings",
"packageName": "msal",
"email": "[email protected]",
"dependentChangeType": "none",
"date": "2020-10-30T22:28:46.153Z"
}
Loading

0 comments on commit 74e8d36

Please sign in to comment.