Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@bilderlings/ui-kit
Advanced tools
[![npm](https://img.shields.io/npm/v/@bilderlings/ui-kit.svg)](https://www.npmjs.com/package/@bilderlings/ui-kit)
Bilderlings UI Kit is a theme and a set of extensions for Ant Design, compatible with React and Vue implementations.
UI Kit version | Tested against |
---|---|
0.2.x | antd 3.13.2 |
0.1.x | antd 3.10.2 |
Install an implementation of Ant Design.
Install UI Kit as a dependency.
With Yarn:
yarn add @bilderlings/ui-kit
With npm:
npm i @bilderlings/ui-kit
Then, you need to change your webpack configuration.
index.less
file in the kit.antd
or ant-design-vue
).For example:
{
"entry": "node_modules/@bilderlings/ui-kit/src/index.less",
"resolve": {
"alias": {
"~antd": "node_modules/antd"
}
}
}
In order for this entry to resolve, you also need to install and configure less-loader.
Use yarn link or npm link to work with the development version of UI Kit locally.
FAQs
Unknown package
The npm package @bilderlings/ui-kit receives a total of 0 weekly downloads. As such, @bilderlings/ui-kit popularity was classified as not popular.
We found that @bilderlings/ui-kit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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 uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.