This repository was archived by the owner on Aug 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Some modules have mocks in the `mock` directory. These are replacements with min
22
22
| domain | [ bevry/domain-browser] ( https://github.com/bevry/domain-browser ) | --- |
23
23
| events | [ Gozala/events] ( https://github.com/Gozala/events ) | --- |
24
24
| fs | --- | --- |
25
- | http | [ substack/http-browserify ] ( https://github.com/substack/http-browserify ) | --- |
25
+ | http | [ jhiesey/stream-http ] ( https://github.com/jhiesey/stream-http ) | --- |
26
26
| https | [ substack/https-browserify] ( https://github.com/substack/https-browserify ) | --- |
27
27
| module | --- | --- |
28
28
| net | --- | [ net.js] ( https://github.com/webpack/node-libs-browser/blob/master/mock/net.js ) |
@@ -42,4 +42,4 @@ Some modules have mocks in the `mock` directory. These are replacements with min
42
42
| url | [ defunctzombie/node-url] ( https://github.com/defunctzombie/node-url ) | --- |
43
43
| util | [ defunctzombie/node-util] ( https://github.com/defunctzombie/node-util ) | --- |
44
44
| vm | [ substack/vm-browserify] ( https://github.com/substack/vm-browserify ) | --- |
45
- | zlib | [ devongovett/browserify-zlib] ( https://github.com/devongovett/browserify-zlib ) | --- |
45
+ | zlib | [ devongovett/browserify-zlib] ( https://github.com/devongovett/browserify-zlib ) | --- |
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exports.dns = null;
10
10
exports . domain = require . resolve ( 'domain-browser' ) ;
11
11
exports . events = require . resolve ( 'events/' ) ;
12
12
exports . fs = null ;
13
- exports . http = require . resolve ( 'http-browserify ' ) ;
13
+ exports . http = require . resolve ( 'stream-http ' ) ;
14
14
exports . https = require . resolve ( 'https-browserify' ) ;
15
15
exports . module = null ;
16
16
exports . net = null ;
Original file line number Diff line number Diff line change 16
16
"crypto-browserify" : " ^3.11.0" ,
17
17
"domain-browser" : " ^1.1.1" ,
18
18
"events" : " ^1.0.0" ,
19
- "http-browserify" : " ^1.3.2" ,
20
19
"https-browserify" : " 0.0.1" ,
21
20
"os-browserify" : " ~0.2.0" ,
22
21
"path-browserify" : " 0.0.0" ,
25
24
"querystring-es3" : " ~0.2.0" ,
26
25
"readable-stream" : " ^2.0.5" ,
27
26
"stream-browserify" : " ^2.0.1" ,
27
+ "stream-http" : " ^2.3.1" ,
28
28
"string_decoder" : " ~0.10.25" ,
29
29
"timers-browserify" : " ^1.0.1" ,
30
30
"tty-browserify" : " 0.0.0" ,
You can’t perform that action at this time.
0 commit comments