@azure/msal-react

v1.5.3
Microsoft Authentication Library for React

lint

cd ../../ && npm run lint:react

test

tsdx test .*MsalAuthenticationTemplate.spec.*

build

tsdx build --tsconfig ./tsconfig.build.json

start

tsdx watch

prepack

npm run build:all

lint:fix

npm run lint -- -- --fix

build:all

npm run build:common && npm run build:browser && npm run build

test:watch

tsdx test .*.spec.* --watch

build:common

cd ../msal-common && npm run build

build:browser

cd ../msal-browser && npm run build

test:coverage

tsdx test .*.spec.* --coverage

link:localDeps

npx lerna bootstrap --scope @azure/msal-common --scope @azure/msal-browser --scope @azure/msal-react

build:modules:watch

tsdx watch --verbose --tsconfig ./tsconfig.build.json
npm i @azure/[email protected]

Metadata

  • MIT
  • >=10
  • Microsoft
  • released 2/6/2023

Downloads