
Product
Introducing Pull Request Stories to Help Security Teams Track Supply Chain Risks
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
@domain.js/axios
Advanced tools
基于 axios 库包封装的适合 @domain.js/domain 的网络请求库, 不改变 axios 原本的用法
npm i @domain.js/axios --save
专属配置 cnf.axios
名称 | 类型 | 必填 | 默认值 | 描述 | 样例 |
---|---|---|---|---|---|
loggers | Array<string> | 否 | [] | 需要被处理自动记录日志的方法名列表 | ['post', 'get', 'put'] |
retrys | Array<string> | 否 | [] | 需要在失败时自动重试的方法名列表 | ['post', 'get'] |
retryTimes | Integer | 否 | 3 | 失败自动重试次数,针对retrys指定的方法 | 2 |
retryIntervalMS | Integer | 否 | 10000 | 失败自动重试间隔的毫秒 | 2000 |
conf | Object | 否 | {} | 参考 axios.create 的 config 配置 |
// @domain.js/axios 配置信息
axios: {
loggers: ["post", "get", "put", "patch", "delete"],
retry: ["post", "get"],
retryTimes: 3,
retryIntervalMS: 10 * 1000,
conf: {
// defines the max size of the http response content in bytes allowed
maxContentLength: 100 * 1024 * 1024,
// defines the max size of the http request content in bytes allowed
maxBodyLength: 100 * 1024 * 1024
}
}
模块名 | 别名 | 用到的方法 | 描述 |
---|---|---|---|
utils | U | sleep | 在失败重试的时候等待 |
logger | logger | 在处理自动记录日志方法时候用到 |
// Usage is same with axios const { data} = await axios.get(url) // without log const axios = axios.origin;
FAQs
domain.js axios plugin
We found that @domain.js/axios demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.