@metamask/browser-passworder

v5.0.0
A simple browserifiable module for password-encrypting JS objects.
Browser password encryption browserify

lint

yarn lint:eslint && yarn lint:misc --check

test

yarn buildTest && playwright test

build

tsc --project tsconfig.build.json

prepack

./scripts/prepack.sh

lint:fix

yarn lint:eslint --fix && yarn lint:misc --write

buildTest

yarn build && browserify dist/index.js --standalone encryptor -o test/bundle.js

lint:misc

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

build:clean

rimraf dist && yarn build

lint:eslint

eslint . --cache --ext js,ts
npm i @metamask/[email protected]

Metadata

  • ISC
  • ^16.20 || ^18.16 || >=20
  • Dan Finlay
  • released 4/9/2024

Downloads