Skip to content

Commit

Permalink
ref: remove safe-buffer in favor of Node's now-safer Buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Jan 26, 2023
1 parent 14caabb commit 2404fb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/hdkey.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ var HDKey = ("object" === typeof module && exports) || {};
(function (window, HDKey) {
"use strict";

var Buffer = require("safe-buffer").Buffer;
var crypto = require("crypto");
var bs58check = require("bs58check");
var RIPEMD160 = require("ripemd160");
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"dependencies": {
"bs58check": "^2.1.2",
"ripemd160": "^2.0.2",
"safe-buffer": "^5.1.1",
"secp256k1": "^4.0.0"
},
"scripts": {
Expand Down

0 comments on commit 2404fb6

Please sign in to comment.