browserify / crypto-browserify

partial implementation of node's `crypto` for the browser
MIT License
653 stars 199 forks source link

Fix Travis CI builds as well as update dependencies to latest versions #199

Closed rawr51919 closed 3 years ago

rawr51919 commented 3 years ago

This PR may be a big one, but all build tests should now pass just fine.

rawr51919 commented 3 years ago

This PR also requires Node 10+. Builds ran using Node 10/11 should pass OK, as long as saucelabs is configured correctly here

ljharb commented 3 years ago

Requiring node 10+ is a breaking change that is best avoided, especially for a bundler polyfill like this one.

rawr51919 commented 3 years ago

Superseding this PR with a new one.

rawr51919 commented 3 years ago

This PR has been superseded by PR #200.