
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
@gaoding/ergate-inspector
Advanced tools
ergate 应用运行时代码覆盖率收集插件
npm install @gaoding/ergate-inspector
yarn add @gaoding/ergate-inspector
// app.ts
import '@gaoding/ergate-inspector';
// config.[env].ts
config.inspector = {
exclude?: string[]; // file exclude, default: ['internal/**', 'node_modules/**']
include?: string[]; // file include, default: ['file:**']
enable?: boolean; // enable code coverage inspect?, default: true
reportHtml?: boolean;// convert dump data to html, default: false
}
插件会注册一个中间件到全局,注册接口事件 GET /coverage-dump
, 当访问该接口的时候,会输出代码覆盖文件到 ${project}/coverage
目录下。
FAQs
ergate code Coverage
We found that @gaoding/ergate-inspector demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 22 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
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.