siphash-js icon indicating copy to clipboard operation
siphash-js copied to clipboard

Remove CJS incompatible exports.

Open KevinBrogan opened this issue 2 years ago • 0 comments

var module = module || {}, exports = causes cjs module importers to crash.

This fix changes nothing in node but will allow cjs to esm converters to function correctly allowing easy import into the browser

KevinBrogan avatar Oct 25 '22 07:10 KevinBrogan