auth0

v4.0.0-beta.4
SDK for Auth0 API v2
auth0 api

docs

typedoc --options typedoc.cjs

lint

eslint ./src --ext ts

test

npm run test:mocha && npm run test:jest

build

tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json && echo '{"type": "commonjs"}'> dist/cjs/package.json

test:ci

c8 npm run test

prebuild

rm -rf dist

precommit

pretty-quick --staged

test:jest

NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest

test:mocha

NODE_OPTIONS='--experimental-vm-modules --no-warnings' mocha

start:playground

node --experimental-specifier-resolution=node --no-warnings --loader ts-node/esm playground/index.ts

Metadata

  • MIT
  • >=16
  • Auth0
  • released 6/28/2023

Downloads