
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
@gm-mobile/business
Advanced tools
业务组件包 - 提供通用的业务级组件,包括商品选择、签名、优惠券等业务场景组件。
npm install @gm-mobile/business
{
"react": "^16.13.1"
}
import { ProductSelection, Signature } from '@gm-mobile/business'
| 导出项 | 类型 | 说明 |
|---|---|---|
ProductSelection | 组件 | 商品选择组件 |
Signature | 组件 | 手写签名组件 |
Coupon | 组件 | 优惠券组件(来自 @gm-mobile/c-business) |
ReceivedCoupon | 组件 | 已领取优惠券组件(来自 @gm-mobile/c-business) |
TabDateSelect | 组件 | 日期标签选择组件(来自 @gm-mobile/c-business) |
import { ProductSelection } from '@gm-mobile/business'
const App = () => {
return <ProductSelection />
}
import { Signature } from '@gm-mobile/business'
const App = () => {
return <Signature />
}
import { Coupon } from '@gm-mobile/business'
const App = () => {
return <Coupon />
}
Coupon、ReceivedCoupon、TabDateSelect 从 @gm-mobile/c-business 重新导出@gm-mobile/c-react 和 @gm-mobile/localesFAQs
> TODO: description
We found that @gm-mobile/business demonstrated a healthy version release cadence and project activity because the last version was released less than 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 joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.