mscdex / streamsearch

Streaming Boyer-Moore-Horspool searching for node.js
MIT License
69 stars 17 forks source link

fix: convert Buffer constructor to new methods #7

Closed moontai0724 closed 2 years ago

moontai0724 commented 3 years ago

Hi,

new Buffer() has been deprecated, there are new methods: Buffer.from and Buffer.alloc. This PR also updated version from 0.1.2 to 0.1.3, and examples in README.md, please check.

fix #4

mscdex commented 2 years ago

This is solved now in the recent codebase update. Thanks for the PR though.