purescript / registry-dev

Development work related to the PureScript Registry
https://github.com/purescript/registry
97 stars 80 forks source link

Inline node-crypto in preparation for PureScript 0.15 #484

Closed thomashoneyman closed 2 years ago

thomashoneyman commented 2 years ago

We have three dependencies that are not available in the current package sets:

I have updated sunde and dotenv, but the crypto module is significantly larger due to extensive use of the FFI and the author hasn't responded to the two existing PRs that update it to PureScript 0.15. Since we're only using a single function from the crypto Node module (createHash), I have just written our own FFI here so we're unblocked.