Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@alipay-inc/mpaas-ide-openapi-aliyun

Package Overview
Dependencies
Maintainers
3
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alipay-inc/mpaas-ide-openapi-aliyun

- [@alicloud/credentials](packages/credentials)

  • 1.0.0-beta.14
  • npm
  • Socket score

Version published
Weekly downloads
62
decreased by-58.39%
Maintainers
3
Weekly downloads
 
Created
Source

Alibaba Cloud Credentials

  • @alicloud/credentials

    • Alibaba Cloud Credentials for TypeScript/Node.js

    • src/util/helper.ts 无法通过webpack打包,会提示package.json无法找到,魔改后加入monorepo

      const pkg = {
          name: '@alicloud/credentials',
          version: '2.1.1'
      };
      

使用方法

{
  ...
  accessKeyId: '<accessKeyId>',
  accessKeySecret: '<accessKeySecret>',
  endpoint: 'mpaas.cn-hangzhou.aliyuncs.com',
  openapi: 'public'
}

获取小程序列表

  • listMcubeMiniApps

获取小程序信息

  • listMcubeMiniPackages
  • listMcubeMiniPackages({ h5Id, packageTypes: '1,2' });
  • 拉取最新的小程序正式包的第一个

在 IDE 中进行小程序预览和 debug 时使用的白名单创建

  • createMcubeWhitelistForIde
  • createMcubeWhitelistForIde({ userId, whitelistValue });
  • userId = 本地存储
  • whitelistValue = 白名单名称

FAQs

Package last updated on 27 Oct 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc