@azure/msal-common

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

clean

shx rm -rf dist lib

clean:coverage

rimraf ../../.nyc_output/*

lint

eslint src --ext .ts

lint:fix

npm run lint -- --fix

test

jest

test:coverage

jest --coverage

test:coverage:only

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

build:modules

rollup -c --strictDeprecations --bundleConfigAsCjs

build:modules:watch

rollup -cw --bundleConfigAsCjs

build

npm run clean && npm run build:modules

build:all

npm run build

prepack

npm run build

metadata:check

ts-node scripts/metadata.ts

format:check

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

format:fix

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

apiExtractor

api-extractor run
npm i @azure/msal-common

Metadata

  • MIT
  • >=0.8.0
  • Microsoft
  • released 9/20/2024

Downloads