-
A vulnerable version of the axios package is being included by cldr-data-downloader
https://www.cve.org/CVERecord?id=CVE-2023-45857
```
│ └─┬ cldr-data@36.0.1
│ └─┬ cldr-data-downloader@1.0.…
-
(Describe your issue and goal here)
#### Packages:
Select all that apply:
- [x] `@slack/web-api`
- [ ] `@slack/rtm-api`
- [ ] `@slack/webhooks`
- [ ] `@slack/oauth`
- [ ] `@slack/socket-…
-
# Description
This package is dependent on an axios package version with known high vulnerability: https://github.com/advisories/GHSA-8hc4-vh64-cxmj
**Depedency tree**
```shell
"@getlarge/nx-her…
-
A “producing code” that does something and takes time. For instance, some code that loads the data over a network. That’s a “speaker”.
A “consuming code” that wants the result of the “producing code”…
-
**Describe the bug**
If you import the FireBlocks SDK it in turn imports:
```
import PIIsdk from "@notabene/pii-sdk";
```
(See `pii-client.d.ts`)
This in turn runs the following code:
```
co…
-
It's odd that a package using RPC calls (HTTP/2 only) includes Axios (HTTP/1) in its logic. How do you recommend making this work?
-
### 다음 두 요청의 차이를 알겠는가? 이 중 get요청만이 올바르게 작동한다.
1. get요청
```jsx
const getUsersInfo = async(sort, page) =>{
try {
const params = {
sort: sort,
page: page,
…
-
Use node's built-in `fetch` API
-
# 타입스크립트에서 Axios Error 처리하기
최근 다독다독 프로젝트를 진행하면서 Axios 에러 처리와 관련된 고민을 많이 했었다. 타입스크립트에 익숙치 않았을 뿐더러 커스텀 에러 코드를 사용하면서 구글링도 쉽지 않았는데..🥹 고민의 과정을 적어보려고 한다. Custom Error Code API 요청이 실패한
[https://gxxrxn.git…
-
https://bundlephobia.com/package/phin@4.0.0
this would suggest that when i `npm install phin` I also get axios and centra... This seems counter intuitive. Why are these competitors in your list of …