
Research
TeamPCP Compromises Telnyx Python SDK to Deliver Credential-Stealing Malware
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.
@arextest/arex-request
Advanced tools
AREX 中的调试 HTTP 请求的组件
npm i arex-request-core --save
yarn add arex-request-core
pnpm add arex-request-core
这个库适用于所有现代浏览器。它不适用于IE。
import { Http } from 'arex-request-core'
function MainBox({ src }) {
const requestValue = {
id: '1',
preRequestScript: '',
v: '',
headers: [],
name: '',
body: { contentType: 'application/json', body: '' },
auth: { authActive: false, authType: 'none' },
testScript: '',
endpoint: '{{url}}/get',
method: 'GET',
params: [],
}
return (
<Http
onSend={(request) => {
return onSend(request, {
name: 'dev',
variables: [{ key: 'url', value: 'http://124.223.27.177:18080' }],
});
}}
onSave={onSave}
value={requestValue}
environment={{ name: 'dev', variables: [{ key: 'url', value: 'http://124.223.27.177:18080' }] }}
config={{}}
breadcrumbItems={[{ title: 'Test' }, { title: 'hoppscotch' }, { title: 'echo' }]}
onChange={({value}) => {
console.log(value);
}}
/>
)
}
Http| 参数 | Type | Default | 说明 |
|---|---|---|---|
| value | object | 整个组件的核心数据 | |
| height | string | 100% | 组件的高度 |
| disabled | boolean | false | 是否禁用,只会禁用endpoint和method |
| onSave | (request: Request) => void | 点击保存按钮的时候会发生回调,会传递当前request所有数据 | |
| onSend | (request: Request) => Promise<{response,testResult}> | 点击发送按钮的时候会发生回调,会传递当前request所有数据。并且会返回请求的结果和测试结果,当然这些结果需要通过自己完成请求发送获得。 |
onSave: (request: Request) => void
点击保存按钮的时候会发生回调,会传递当前request所有数据
onSend: (request: Request) => Promise<{response,testResult}>
点击发送按钮的时候会发生回调,会传递当前request所有数据。并且会返回请求的结果和测试结果,当然这些结果需要通过自己完成请求发送获得。
value: Request
整个组件的核心数据
environment: ArexEnvironment
当前环境变量
breadcrumbItems?: {tittle:string}[]
当前request的目录路径
onChange: (value) => void
修改request时触发
FAQs
AREX 中的调试 HTTP 请求的组件
The npm package @arextest/arex-request receives a total of 3 weekly downloads. As such, @arextest/arex-request popularity was classified as not popular.
We found that @arextest/arex-request demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.

Security News
/Research
Widespread GitHub phishing campaign uses fake Visual Studio Code security alerts in Discussions to trick developers into visiting malicious website.