
Product
Introducing Supply Chain Attack Campaigns Tracking in the Socket Dashboard
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.
sinamfe-marauder-debug
Advanced tools
利用sourcemap在调试大工程时遇到如下问题:
1.浏览器问题导致调试的时候代码行或者代码块对不上
2.浏览器问题导致的变量监控和sourcemap原有变量名不一致
3.大脚本导致format浏览器卡死或者无法format的问题
用于不使用sourcemap ,需要输出debug.js和debug.css进行调试的同学。
npm install sinamfe-marauder-debug --save-dev
作为webpack-marauder的plugin来使用. 默认已经集成在webpack-marauder插件中
const marauderDebug = require('sinamfe-marauder-debug');
const webpackConfig = {
plugins: [
new marauderDebug()]
};
FAQs
被marauder引用,用于生成 debug.js 和 debug.css 的插件
We found that sinamfe-marauder-debug demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.