Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 21febae

Browse files
committed
remove require buffer
1 parent de6da9e commit 21febae

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

lib/transports.js

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ var timeoutReq = require('timed-out');
77
var http = require('http');
88
var https = require('https');
99
var tunnel = require('tunnel-agent');
10-
var Buffer = require("safe-buffer").Buffer;
11-
1210
var agentOptions = {
1311
keepAlive: true,
1412
maxSockets: 100

package-lock.json

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)