Socket
Socket
Sign inDemoInstall

oss-cnpm

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oss-cnpm

oss api wrapper for cnpmjs.org nfs


Version published
Maintainers
3
Created
Source

oss-cnpm

NPM version Node.js CI Test coverage npm download

oss wrapper for cnpmjs.org NFS

Usage

const Client = require('oss-cnpm');

const client = new Client({
  accessKeyId: 'your id',
  accessKeySecret: 'your secret',
  // change to your endpoint
  endpoint: 'https://oss-cn-shenzhen.aliyuncs.com',
  bucket: 'your bucket',
  mode: 'public or private',
});

Test keys

https://github.com/cnpm/oss-cnpm/wiki

License

MIT

Contributors


fengmk2


dead-horse


killagu


semantic-release-bot

This project follows the git-contributor spec, auto updated at Fri Oct 06 2023 00:15:31 GMT+0800.

Keywords

FAQs

Package last updated on 07 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