Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@antv/dumi-theme-antv
Advanced tools
A theme package for the dumi framework.
Install this theme into devDependencies
:
$ npm i @antv/dumi-theme-antv -D
Configure it in dumi config file .dumirc.ts
:
import { defineConfig } from 'dumi';
export defineConfig({
themeConfig: {
...
},
});
That's all, now you can execute dumi dev
and enjoy this theme.
TODO
themeConfig.docsearchOptions.sort
用于配置搜索结果的排序规则。可以通过字符串数组来定义排序逻辑。
!
开头,则表示不包含该路径片段的结果应排在包含该路径片段的结果之前。$ npm install
After the dependencies are installed, a symlink from example/.dumi/theme
to ../../src
will be created automatically, the symlink makes dumi load our theme package as a local theme, so we can start the example directly, HMR is also available:
# switch to example directory
$ cd example
# downloads the dependencies
npm install
# start dev server to preview
npm run dev
dumi theme development documentation: https://next.d.umijs.org/theme
MIT
FAQs
AntV website theme based on dumi2.
The npm package @antv/dumi-theme-antv receives a total of 228 weekly downloads. As such, @antv/dumi-theme-antv popularity was classified as not popular.
We found that @antv/dumi-theme-antv demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.