New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

leancloud-sdk

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leancloud-sdk

Mini Leancloud SDK for browser/node.js

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

leancloud-sdk

Mini Leancloud SDK for browser/node.js

npm npm npm

// for browser
const SDK = require('leancloud-sdk');
// for node.js
// const SDK = require('leancloud-sdk/node');

const client = SDK({
  appId: 'xxxx',
  appKey: 'xxx',
  endpoint: 'https://xxxx.api.lncld.net/1.1/'
})

client.get('classes/Demo').then(console.log).catch(console.log);

License

MIT

通过支付宝捐赠:

qr

Keywords

api

FAQs

Package last updated on 30 Jan 2018

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