Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
avoscloud-sdk
Advanced tools
JavaScript SDK for LeanCloud.
npm install
安装相关依赖
gulp browserify
会生成浏览器 SDKgulp test
的测试全部通过,浏览器环境打开 test/test.html项目的目录结构说明如下:
├── README.md
├── bower.json
├── changelog.md
├── dist // 编译之后生成的文件将会在此目录下
├── gulpfile.js
├── lib
│ ├── acl.js
│ ├── av-browser.js // 浏览器环境入口文件,将会被 browserify 编译
│ ├── av-browser-core.js // 浏览器环境入口文件,只包含核心依赖,将会被 browserify 编译
│ ├── av.js // node.js 环境入口文件
│ ├── bigquery.js
│ ├── browserify-wrapper // 针对 node.js 与浏览器环境之间差异的不同实现
│ │ ├── localstorage-browser.js
│ │ ├── parse-base64-browser.js
│ │ ├── parse-base64.js
│ │ ├── upload-browser.js
│ │ ├── upload.js
│ │ └── xmlhttprequest-browser.js
│ ├── cloud.js
│ ├── cloudfunction.js
│ ├── collection.js
│ ├── error.js
│ ├── event.js
│ ├── facebook.js
│ ├── file.js
│ ├── geopoint.js
│ ├── history.js
│ ├── insight.js
│ ├── object.js
│ ├── op.js
│ ├── promise.js
│ ├── push.js
│ ├── query.js
│ ├── relation.js
│ ├── role.js
│ ├── router.js
│ ├── search.js
│ ├── status.js
│ ├── user.js
│ ├── utils.js
│ ├── version.js
│ └── view.js
├── package.json
├── readme.txt
├── test // 单元测试
│ ├── acl.js
│ ├── bigquery.js
│ ├── cloud.js
│ ├── collection.js
│ ├── error.js
│ ├── file.html
│ ├── file.js
│ ├── file_blob.html
│ ├── file_form.html
│ ├── geopoints.js
│ ├── object.js
│ ├── promise.js
│ ├── query.js
│ ├── search.js
│ ├── sms.js
│ ├── status.js
│ ├── test.html
│ ├── test.js
│ └── user.js
└── tools // 构建中依赖的第三方工具
修改版本号
修改 Changelog
打包 Release
gulp release
提交当前所有代码
提交代码,发 pull request
(merge 后)Github 生成 release 包(for bower)
发布到 npm(需 npm 协作者身份)
npm publish
gulp upload
0.6.3 (2015-10-22)
FAQs
AVOSCloud JavaScript SDK.
The npm package avoscloud-sdk receives a total of 4 weekly downloads. As such, avoscloud-sdk popularity was classified as not popular.
We found that avoscloud-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.