
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.
@cloudtower/eagle
Advanced tools
[storybook]: https://cloudtower-ui-kit.vercel.app [next storybook]: https://next-cloudtower-ui-kit.vercel.app [v3.x storybook]: https://v3xx-cloudtower-ui-kit.vercel.app [贡献代码]: ./CONTRIBUTE.md
main 分支 storybook storyBook
next 分支 storybook next storybook
v3.x 分支 storybook v3.x storybook
进入到 Create Release PR 的 workflow 界面
详见 RELEASE.md
import { antdKit } from "@cloudtower/eagle";
import { initParrotI18n, UIKitProvider } from "@cloudtower/eagle";
// Set Up Style
import "@cloudtower/eagle/dist/style.css";
initParrotI18n();
// Set Up Providers
ReactDOM.render(
<React.StrictMode>
<UIKitProvider>
<App />
<UIKitProvider>
</React.StrictMode>,
document.getElementById("root") as HTMLElement
);
import { Button } from "@cloudtower/eagle";
import React, { useContext } from "react";
const App = () => {
return (
<div>
<Button
onClick={() => {
alert("hello");
}}
>
say hello
</Button>
</div>
);
};
export default App;
yarn && cd packages/eagle && yarn storybook
详细参考 贡献代码
FAQs
[storybook]: https://cloudtower-ui-kit.vercel.app [next storybook]: https://next-cloudtower-ui-kit.vercel.app [v3.x storybook]: https://v3xx-cloudtower-ui-kit.vercel.app [贡献代码]: ./CONTRIBUTE.md
The npm package @cloudtower/eagle receives a total of 501 weekly downloads. As such, @cloudtower/eagle popularity was classified as not popular.
We found that @cloudtower/eagle demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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.