Skip to content

Commit 807f5e1

Browse files
committed
fix: chrome-dgram in firefox/chrome
Improved detection of chrome.sockets.udp feross/chrome-dgram#16
1 parent 62f8835 commit 807f5e1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"@material/switch": "3.1.0",
117117
"browser-process-hrtime": "1.0.0",
118118
"choo": "7.0.0",
119-
"chrome-dgram": "3.0.2",
119+
"chrome-dgram": "https://github.com/lidel/chrome-dgram/tarball/2bd217a29ea91b313fe5f46828621bb27d69cb06/chrome-dgram.tar.gz",
120120
"chrome-net": "3.3.2",
121121
"debug": "4.1.1",
122122
"doc-sniff": "1.0.1",

yarn.lock

+2-3
Original file line numberDiff line numberDiff line change
@@ -3050,10 +3050,9 @@ chownr@^1.1.1:
30503050
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.2.tgz#a18f1e0b269c8a6a5d3c86eb298beb14c3dd7bf6"
30513051
integrity sha512-GkfeAQh+QNy3wquu9oIZr6SS5x7wGdSgNQvD10X3r+AZr1Oys22HW8kAmDMvNg2+Dm0TeGaEuO8gFwdBXxwO8A==
30523052

3053-
chrome-dgram@3.0.2:
3053+
"chrome-dgram@https://github.com/lidel/chrome-dgram/tarball/2bd217a29ea91b313fe5f46828621bb27d69cb06/chrome-dgram.tar.gz":
30543054
version "3.0.2"
3055-
resolved "https://registry.yarnpkg.com/chrome-dgram/-/chrome-dgram-3.0.2.tgz#7e0e00084b57971714214372368ad18a7785ad52"
3056-
integrity sha512-Ay741EHF/Ib18un+LUtBNK43NrabD6GOuwVaka7uUbV0gFRLEPULm2Q05YSzRNBtSrbaO4eErmDdniiy/u8Lig==
3055+
resolved "https://github.com/lidel/chrome-dgram/tarball/2bd217a29ea91b313fe5f46828621bb27d69cb06/chrome-dgram.tar.gz#a0ecacafc6ef22a58e11d6664037ef6734db8024"
30573056
dependencies:
30583057
inherits "^2.0.1"
30593058
run-series "^1.1.2"

0 commit comments

Comments
 (0)