
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@ewtm/ewtm
Advanced tools
$ npm i @ewtm/ewtm
import {
Icon,
EmptyData,
} from '@ewtm/ewtm';
import '@ewtm/ewtm/dist/index.css';
安装 babel-plugin-import 插件
npm install babel-plugin-import --save-dev
.babelrc 文件配置如下
{
"plugins": [
[ "import", {
"libraryName": "@ewtm/ewtm"
}
]
]
}
./src/components/Template 并重名;./src/index.ts 加入该组件;./development/index.tsx 加入组件demo示例,开发、调试;npm version patch 升级组件库版本;npm publish;npm run build:site;./site 目录中的内容拷贝到文档站的 git 仓库 release 分支的 dist 目录下,文档站仓库地址是:ssh://git@git.mistong.com:10022/ewtm/mobile.git;mobile,发布 release 分支即可;FAQs
An ewtm component
We found that @ewtm/ewtm 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.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.