
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@cliffdotai/antd
Advanced tools
An enterprise-class UI design language and React components implementation
In order to run the local development environment
git clone https://gitlab.com/greendeck-frontend/cliffdotai-atomic.git
After cloning install the repo using npm
npm install
To develop the site run the following command
npm run start
In case you encounter any issues during the install refer to the Issues section
Install the package in your project using npm
npm install @cliffdotai/antd
In order for your changes to reflect you need to publish it on npm
npm login
@cliffdotai
organization on npmBuild the project using the command
npm run build
npm publish
In case you encounter any issues during the publish process refer to the Issues section
error message: Cannot run - /usr/bin/env: ‘node\r’
Fix: downgrade the current version of node to 14.13.0
nvm use 14.13.0
error message: module property was removed from Dependency (use compilation.moduleGraph.updateModule(dependency, module) instead)
Fix: Check the current version of webpack by running npm list webpack
if all the dependencies are using >@4.46.0. Downgrade it to webpack@4.46.0
npm install webpack@4.46.0
FAQs
An enterprise-class UI design language and React components implementation
We found that @cliffdotai/antd demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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 how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.