Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2019-08-07 03:59:36 +0300
committerFeross Aboukhadijeh <feross@feross.org>2019-08-07 03:59:36 +0300
commit4c2adf3ecec753d7e57faefebcc82d5fbf143856 (patch)
treec86993b1e621d96977bbee35fa134d19b11edcb7 /lib
parent29e2bef4bff8eaa16bd94c1af4b5c7d55ce1176f (diff)
remove safe-buffer
Diffstat (limited to 'lib')
-rw-r--r--lib/webconn.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/webconn.js b/lib/webconn.js
index 9c2b461..e99c04c 100644
--- a/lib/webconn.js
+++ b/lib/webconn.js
@@ -1,5 +1,4 @@
const BitField = require('bitfield')
-const Buffer = require('safe-buffer').Buffer
const debug = require('debug')('webtorrent:webconn')
const get = require('simple-get')
const sha1 = require('simple-sha1')