File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ const BASE_HEADERS = {
19
19
}
20
20
21
21
const filterHeaders = ( headers ) => (
22
- Object . fromEntries ( Object . entries ( headers ) . filter ( ( [ key ] ) => (
23
- key . toLowerCase ( ) . startsWith ( 'x-' )
22
+ Object . fromEntries ( Object . keys ( headers ) . filter ( ( key ) => (
23
+ key ? .toLowerCase ?. ( ) . startsWith ?. ( 'x-' ) ?? false
24
24
) ) )
25
25
)
26
26
Original file line number Diff line number Diff line change 11
11
es5-ext "^0.10.47"
12
12
13
13
" @agnostack/env@latest " :
14
- version "1.2.4 "
15
- resolved "https://registry.yarnpkg.com/@agnostack/env/-/env-1.2.4 .tgz#13ef51efceb83f25dd37e10a6109dfa10d66e17b "
16
- integrity sha512-5ph4e5fcQNV5gxv1GG1OctkGmI/oOMHKRgsJeAI5OFjKS9kkkcZGCCCaMWkIbGh6aTJsE4OJWshkqg5NS5gIpA ==
14
+ version "1.2.5 "
15
+ resolved "https://registry.yarnpkg.com/@agnostack/env/-/env-1.2.5 .tgz#5907d0b05e5ba8b3fefaacfd42ebcb2d79843ea6 "
16
+ integrity sha512-XwMppggmQGZimafHBJqO6NprwApyOsGIHmFD7phLxJpz3Fb2SLgioZ7DucUMW6IlnsfXtG/FcvBJQWGwz0IBQg ==
17
17
18
18
" @agnostack/verifyd@latest " :
19
- version "2.3.3 "
20
- resolved "https://registry.yarnpkg.com/@agnostack/verifyd/-/verifyd-2.3.3 .tgz#1d16191b03ab374c90eeeccd8930463e51d1c762 "
21
- integrity sha512-jQ/I9JcD8ZSu24V72nrCSxV/f0Me4Klg/7fZyJcFngVurl+1t9dew4x/wMv8UpUsA2G2nuD81gTrtlsfax/DuA ==
19
+ version "2.3.5 "
20
+ resolved "https://registry.yarnpkg.com/@agnostack/verifyd/-/verifyd-2.3.5 .tgz#153ba5d790f3ae1170acfab3cc0a35c84c4c048b "
21
+ integrity sha512-rvjkqmvih36g7YW87UlMVujjMIfqmA1ErJoy11PSQdGgVovc8ybvp18dExjtHyQ6ynbzrqAqYlIBNONz3/YEZw ==
22
22
dependencies :
23
23
browser-monads-ts "2.0.1"
24
24
isomorphic-webcrypto "2.3.8"
You can’t perform that action at this time.
0 commit comments