
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@collabland/core-ui
Advanced tools
Abridged Collab.land core UI
npm install @collabland/core-ui --save
or
yarn add @collabland/core-ui
import { Button } from '@collabland/core-ui';
return (
<Button
disabled={false}
id="btn-id"
name="btn-name"
onClick={() => {}}
fullWidth={false}
size="medium" // 'small' | 'medium' | 'large'
theme="primary" // 'primary' | 'secondary'
>
I am Button
</Button>
);
import { Footer } from '@collabland/core-ui';
return <Footer />;
import { Header } from '@collabland/core-ui';
return <Header />;
import { NewLoading } from '@collabland/core-ui';
return <NewLoading />;
import { Navbar } from '@collabland/core-ui';
return (
<Navbar>
<CustomerComponent />
</Navbar>
);
import { PopupModal } from '@collabland/core-ui';
return (
<PopupModal>
<CustomerComponent />
</PopupModal>
);
import { Toast } from '@collabland/core-ui';
return (
<Toast
isSucceed={true}
toastMessage={'Successed'}
handelClose= () => {}
/>
);
import { Axie } from '@collabland/core-ui';
return <Axie width="100px" height="100px" />;
import { Input } from '@collabland/core-ui';
return <Input />;
npm install
npm run storybook
npm run build
npm publish
FAQs
Abridged Collab.land core UI
We found that @collabland/core-ui 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.