@multiformats/sha3

v1.1.0
Multiformats hash functions for SHA3
IPFS IPLD multiformats hash multihash blake2

build

npm run build:js && npm run build:types

build:js

ipjs build --tests --main && npm run build:copy

build:copy

cp -a tsconfig.json *.js dist/

build:types

npm run build:copy && cd dist && tsc --build

publish

ipjs publish

lint

standard

test:cjs

npm run build && mocha dist/cjs/node-test/test-*.js && npm run test:cjs:browser

test:node

c8 --check-coverage --branches 100 --functions 100 --lines 100 mocha test/test-*.js

test:cjs:browser

polendina --cleanup dist/cjs/browser-test/test-*.js

test

npm run lint && npm run test:node && npm run test:cjs

coverage

c8 --reporter=html mocha test/test-*.js && npm_config_yes=true npx st -d coverage -p 8080
npm i @multiformats/[email protected]

Metadata

Downloads