dominictarr / pull-box-stream

One way streaming encryption based on libsodium's secretbox primitive
MIT License
84 stars 10 forks source link

Fix non-strict syntax by removing global return #12

Open christianbundy opened 4 years ago

christianbundy commented 4 years ago

This resolves an issue where the module wasn't able to be parsed in strict mode.

See: ssbc/ssb-server#683