Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.