Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: drop safe-buffer dependency in favor of native Buffer (karm…
…a-runner#3438) This library is a polyfill for Buffer's static methods on ancient Node versions (new methods are available since [at least Node 4](https://nodejs.org/docs/latest-v4.x/api/buffer.html)). No reason to have this polyfill given that Karma support Node 10+. When these methods are supported natively library exports native `Buffer` ([code](https://github.com/feross/safe-buffer/blob/master/index.js#L11)), so this removal should not affect anything.
- Loading branch information