@azure/core-auth

v1.8.0
Provides low-level interfaces and helper methods for authentication in Azure SDK
azure authentication cloud

lint

eslint package.json api-extractor.json src test

pack

npm pack 2>&1

test

npm run clean && tshy && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test

build

npm run clean && tshy && dev-tool run extract-api

clean

rimraf --glob dist dist-* temp types *.tgz *.log

format

dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore "src/**/*.{ts,cts,mts}" "test/**/*.{ts,cts,mts}" "*.{js,cjs,mjs,json}"

lint:fix

eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]

test:node

npm run clean && tshy && npm run unit-test:node && npm run integration-test:node

unit-test

npm run unit-test:node && npm run unit-test:browser

build:test

echo skipped. actual commands inlined in browser test scripts

extract-api

tshy && dev-tool run extract-api

check-format

dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore "src/**/*.{ts,cts,mts}" "test/**/*.{ts,cts,mts}" "*.{js,cjs,mjs,json}"

test:browser

npm run clean && npm run unit-test:browser && npm run integration-test:browser

build:samples

echo Obsolete

unit-test:node

dev-tool run test:vitest --no-test-proxy

execute:samples

echo skipped

integration-test

npm run integration-test:node && npm run integration-test:browser

unit-test:browser

npm run clean && tshy && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser

integration-test:node

echo skipped

integration-test:browser

echo skipped
npm i @azure/[email protected]

Metadata

  • MIT
  • >=18.0.0
  • Unknown
  • released 9/12/2024

Downloads