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

nodeway-payment

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodeway-payment

nodeway-component payment

latest
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

nodeway-payment

class Payment extends Nodeway {
    async login(clID, pass) { ... }
    async passwd(clID, pass) { ... }
    async registry(id) { ... }
    async cando(user, op, domain, period) { ... }
    async done(user, op, domain, appID, registrant, opDate,
               price, period, exDate, oldID, uniID) { ... }
}

module.exports = Payment;

login()

    clID 登录名
    pass 口令

passwd()

    clID 登录名
    pass 口令

registry()

    id 注册局标识

cando()

    user 内部用户名
    op 操作
    domain 域名
    period 年数

done()

    user 内部用户名
    op 操作
    domain 域名
    appID 申请ID
    registrant 联系人ID
    opDate 操作时间
    price 单价
    period 年数
    exDate 到期日
    oldID 前个操作ID
    uniID 当前操作ID

License

MIT © May xiaoya zhang

Keywords

nodeway-component

FAQs

Package last updated on 06 Nov 2019

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