@metamask/utils

v9.2.0
Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase

lint

yarn lint:eslint && yarn lint:constraints && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog

test

yarn test:source && yarn test:types

build

ts-bridge --project tsconfig.build.json --clean

prepack

./scripts/prepack.sh

lint:fix

yarn lint:eslint --fix && yarn lint:constraints --fix && yarn lint:misc --write && yarn lint:dependencies && yarn lint:changelog

lint:misc

prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern

build:docs

typedoc

test:types

tsd

test:watch

jest --watch

lint:eslint

eslint . --cache --ext js,ts

test:source

jest && jest-it-up

lint:changelog

auto-changelog validate

lint:constraints

yarn constraints

lint:dependencies

depcheck && yarn dedupe
npm i @metamask/[email protected]

Metadata

  • ISC
  • >=16.0.0
  • Unknown
  • released 8/29/2024

Downloads