
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
react-ratchet-components
Advanced tools
react-ratchet-components, source from https://github.com/lzcmaro/react-ratchet
本项目基于react,封装了ratchet的组件。直接使用了另外的项目react-ratchet的代码
##React v0.1.4 support
##local setup
npm install react-ratchet-componnent
有以下的组件: Badge, Button, Card, Fade, Form, FormButton, Select, ActionSheet, Scroll, Icon, Input, Link, List, Media, Modal, NavBar, NavButton, NavPopover, Page, Portal, SegmentedControl, Slider, SliderItem, TabBar, Toggle, Transition
例子如下:
var {Badge} = require('react-ratchet-componnent');
var badgeInstance = (
<div>
<Badge>1</Badge>
<Badge ratStyle="primary">2</Badge>
<Badge ratStyle="positive">3</Badge>
<Badge ratStyle="negative">4</Badge>
<Badge inverted>1</Badge>
<Badge ratStyle="primary" inverted>2</Badge>
<Badge ratStyle="positive" inverted>3</Badge>
<Badge ratStyle="negative" inverted>4</Badge>
</div>
);
ReactDOM.render(badgeInstance, mountNode);
FAQs
react-ratchet-components, source from https://github.com/lzcmaro/react-ratchet
We found that react-ratchet-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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 breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.