Skip to content

Commit 7f88049

Browse files
panvalinuxwolf
authored andcommitted
chore: replace base64url with b64u (#179)
1 parent f15bd46 commit 7f88049

File tree

3 files changed

+6098
-2607
lines changed

3 files changed

+6098
-2607
lines changed

lib/util/base64url.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
*/
66
"use strict";
77

8-
var impl = require("base64url");
8+
var impl = require("b64u");
9+
10+
// webpack specific
11+
if (impl.default) {
12+
impl = impl.default;
13+
}
914

1015
/**
1116
* @namespace base64url

0 commit comments

Comments
 (0)