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

@cmux/base-sdk

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cmux/base-sdk

sdk

latest
npmnpm
Version
1.2.5
Version published
Maintainers
3
Created
Source

使用

import BaseSDK from 'base-sdk';

const router = new KoaRouter();
router.use(
    new BaseSDK(XXX, {
        // base host。默认127.0.0.1
        host: '127.0.0.1:3001',

        // api自定义
        api: {
            login_douyin_mini_game: 'login/douyin/mini_game'
        }
    })
    .router()
    .koaRouter.Login.routes(),
);

FAQs

Package last updated on 08 Mar 2024

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