infinispan / js-client

Javascript client for Infinispan, over the Hot Rod wire protocol
https://infinispan.org/docs/hotrod-clients/js/latest/js_client.html
Apache License 2.0
15 stars 28 forks source link

deps: replace outdated bitwise-xor with buffer-xor #69

Closed BethGriggs closed 2 years ago

BethGriggs commented 2 years ago

The bitwise-xor package has not been updated in 8 years and uses the deprecated new Buffer constructor. Replace it with the buffer-xor package. This package is more widely used in the ecosystem and should be a drop-in replacement.


Comparing bitwise-xor to buffer-xor:


I have a few dependency update PRs - but figured it makes sense to open them as separate PRs so we can isolate any potential problems or test failures.