
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
mm-api-test
Advanced tools
仿真本地登录,保存用户信息,并调用相关测试函数 使用方法:
Todo
Example
Usage: apitest [host] [port] <testcase ...>
USING mm-api-test Tools to Execute Standard HTTP JSON API TestCase
Options:
-h, --help output usage information
-V, --version output the version number
-h, --host [value] Api Server Host,default=localhost
-p, --port [n] Api Server Port,default=8000
-r, --pre-testcase [value] pre execute testcase for run Test,eg:prelogin Case
-t, --tasks [n] parallel execute Testcase tasks count,using for Performance Test
Example
//测试用例
var debug=require('debug')('Test-01');
module.exports={
//测试用例名称
name:'START TEST CASE',
case_steps:[
{
//测试步骤名称
step_name:'测试用例01',
url:'/test/test01',
post_body:{
abc:'test-abc',
},
//检测错误,有错误返回错误描述,正确返回null
checkError:function(resp_code,resp_body){
if(resp_code != 200) return '错误返回码';
debug('OK');
}
},
]
};
FAQs
MAGICMIND http API 测试工具
We found that mm-api-test 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.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.