secret-stack

v8.0.0
create secure peer to peer networks using secret-handshakes

clean-check

tsc --build --clean && tsc; tsc --build --clean

prepublishOnly

npm run clean-check && tsc --build && npm test

postpublish

npm run clean-check

test

npm run clean-check && npm run lint && npm run tape

lint-fix

standardx --fix 'lib/**/*.js'

lint

standardx 'lib/**/*.js'

tape

tape test/*.js

Metadata

  • MIT
  • >=16
  • Dominic Tarr
  • released 12/29/2023

Downloads