@azure/msal-common

v3.0.0
Microsoft Authentication Library for js
implicit authorization code PKCE js AAD msal oauth

doc

npm run doc:generate && npm run doc:deploy

lint

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

test

mocha

build

npm run clean && npm run build:modules

clean

shx rm -rf dist lib

prepack

npm run build

lint:fix

npm run lint -- -- --fix

build:all

npm run build

doc:deploy

gh-pages -d ref -a -e ref/msal-common

doc:generate

typedoc --mode modules --excludePrivate --excludeProtected --excludeNotExported --out ./ref ./src/ --gitRevision dev

build:modules

rollup -c

test:coverage

nyc mocha

clean:coverage

rimraf ../../.nyc_output/*

test:coverage:only

npm run clean:coverage && npm run test:coverage

build:modules:watch

rollup -cw
npm i @azure/[email protected]

Metadata

  • MIT
  • >=0.8.0
  • Microsoft
  • released 1/21/2021

Downloads