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

aliyun-gcs-h5-sdk

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aliyun-gcs-h5-sdk

## 开发

  • 0.0.1-alpha
  • alpha
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

GCS H5 SDK

开发

git clone [你的git仓库]
cd [你的本地目录]
tnpm i
tnpm start

代理测试

代理 demo 页里面的 sdk js 静态资源:

{
  "proxy": [
    // 代理 GCS_SDK
    [
      "https://(.*)g.alicdn.com/aliyun-ecs/gcs-js-sdk/(.*)/index.js",
      "https://localhost:8888/index.js"
    ],

    // 代理 RGC_SDK
    [
      "https://(.*)g.alicdn.com/aliyun-ecs/gcs-js-sdk/(.*)/utils/",
      "https://localhost:8888/utils/"
    ],
  ],
} 

开发资料

  • https://aliyuque.antfin.com/zuoqi.zzq/ecs/gcs-h5-sdk

Keywords

FAQs

Package last updated on 09 Oct 2023

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