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

avoscloud-sdk

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avoscloud-sdk

AVOSCloud JavaScript SDK.

  • 0.5.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by10%
Maintainers
1
Weekly downloads
 
Created
Source

LeanCloud Javascript SDK

Javascript SDK for LeanCloud.

安装

npm

$ npm install avoscloud-sdk

bower

$ bower install leancloud-javascript-sdk

CDN 加速

<script src="https://cdn1.lncld.net/static/js/av-mini-{版本号}.js"></script>
//或者你只是用最核心的存储、推送等功能,可以使用精简版的core.js
<script src="https://cdn1.lncld.net/static/js/av-core-mini-{版本号}.js"></script>

Changelog

开发指南

Build

We use gulp to build the project.

how to use:

npm install -g gulp 
cd javascript-sdk
npm install
gulp pack       
gulp release    

协议

MIT License

内部发布

修改版本号

  • lib/version.js
  • package.json
  • bower.json

发布到 bower

bower register leancloud-javascript-sdk git@github.com:leancloud/javascript-sdk.git

FAQs

Package last updated on 14 May 2015

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