New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@gm-mobile/business

Package Overview
Dependencies
Maintainers
1
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gm-mobile/business

> TODO: description

latest
Source
npmnpm
Version
3.12.13
Version published
Maintainers
1
Created
Source

@gm-mobile/business

简介

业务组件包 - 提供通用的业务级组件,包括商品选择、签名、优惠券等业务场景组件。

安装

npm install @gm-mobile/business

peerDependencies

{
  "react": "^16.13.1"
}

使用

快速开始

import { ProductSelection, Signature } from '@gm-mobile/business'

API

导出列表

导出项类型说明
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 />
}

注意事项

  • CouponReceivedCouponTabDateSelect@gm-mobile/c-business 重新导出
  • 该包依赖 @gm-mobile/c-react@gm-mobile/locales

相关包

  • @gm-mobile/c-business - 基础业务组件
  • @gm-mobile/c-react - 基础 React 组件
  • @gm-mobile/react - 主组件库

FAQs

Package last updated on 02 Apr 2026

Did you know?

Socket

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.

Install

Related posts