
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@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 666 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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.