@azure/msal-common

v14.8.0
Microsoft Authentication Library for js
implicit authorization code PKCE js AAD msal oauth

lint

eslint src --ext .ts

test

jest

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

format:fix

npx prettier --ignore-path .gitignore --write src test

format:check

npx prettier --ignore-path .gitignore --check src test

build:modules

rollup -c --strictDeprecations --bundleConfigAsCjs

test:coverage

jest --coverage

clean:coverage

rimraf ../../.nyc_output/*

metadata:check

ts-node scripts/metadata.ts

test:coverage:only

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

build:modules:watch

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

Metadata

  • MIT
  • >=0.8.0
  • Microsoft
  • released 3/22/2024

Downloads