Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
anymock-ajax
Advanced tools
Anymock H5 ajax 请求拦截 mock 基础库。支持 fetch 和 XMLHttpRequest。
—— 一款好用的 Anymock 平台 辅助工具
npm install anymock-ajax --save-dev
// NOTE: 此段插入 anymock-ajax 的代码不能被上到线上,否则后果自负!
// anymock 注入开始
import anymockAjax from 'anymock-ajax';
const config = {
// 可在 anymock 平台复制项目 token。必选
projectToken: 'YOUR_ANYMOCK_PROJECT_TOKEN',
// 是否开启。可选,默认 true
enable: true,
// 可以指定某个接口被 mock。可选,默认所有请求均会被 mock
// whiteList: [ '/api/apps/1' ],
// 可以指定某个接口不被 mock。可选,默认所有请求均会被 mock
// blackList: [ '/api/projects/1' ]
};
anymockAjax(config);
// anymock 注入结束
注意:因为使用了 window.document
,故仅支持在浏览器环境下使用。
FAQs
Unknown package
We found that anymock-ajax demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.