Socket
Socket
Sign inDemoInstall

duoms-client

Package Overview
Dependencies
152
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    duoms-client

剁手管理系统基础服务


Version published
Weekly downloads
4
increased by300%
Maintainers
1
Install size
10.6 MB
Created
Weekly downloads
 

Readme

Source

基础服务

package.json

duomsDir: '' //自定义发布目录,默认build

duoms

创建Bucket

oss.createBucket({
  Bucket: 'sentsin'
});

获取某个Bucket的权限

oss.getBucketAcl({
  Bucket: 'layui'
}, function(err, res){
  console.log(err, res);
});

FAQs

Last updated on 27 Jan 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc