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.
leancloud-storage
Advanced tools
JavaScript SDK for LeanCloud.
// npm 安装
npm install leancloud-storage --save
// npm 安装 2.x 版本
npm install leancloud-storage@2 --save
如果你希望为这个项目贡献代码,请按以下步骤进行:
fork
这个项目npm install
安装相关依赖npm run test
,浏览器环境打开 test/test.html
Pull Request
项目的目录结构说明如下:
├── dist // 编译之后生成的文件将会在此目录下
│ ├── av.js // 浏览器版本
│ ├── av-min.js
│ ├── av-weapp.js // 小程序版本
│ ├── av-weapp-min.js
│ ├── node // 目录中为生成的 nodejs 版本代码
│ └── ...
├── src
│ ├── index.js // node.js 环境入口文件
│ └── ...
└── test // 单元测试
dist
branch 并确认该提交的内容是即将发布的版本npm publish
,需 npm 协作者身份),如果是 pre-release 版本需要带 next tagFAQs
LeanCloud JavaScript SDK.
The npm package leancloud-storage receives a total of 3,371 weekly downloads. As such, leancloud-storage popularity was classified as popular.
We found that leancloud-storage demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.