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.
0.x.y
版本。npm install
安装相关依赖gulp browserify
会生成浏览器 SDKgulp release
会生成全部版本的 SDKgulp test
,浏览器环境打开 test/test.html项目的目录结构说明如下:
├── README.md // 说明文档
├── bower.json
├── changelog.md
├── dist // 编译之后生成的文件将会在此目录下
├── gulpfile.js
├── lib
│ ├── av-browser.js // 浏览器环境入口文件,将会被 browserify 编译
│ ├── av-browser-core.js // 浏览器环境入口文件,只包含核心依赖,将会被 browserify 编译
│ ├── av.js // node.js 环境入口文件
│ ├── browserify-wrapper // 针对 node.js 与浏览器环境之间差异的不同实现
│ └── ...
├── package.json
├── readme.txt
├── test // 单元测试
│ └── ...
└── tools // 构建中依赖的第三方工具
gulp release
)npm publish
)gulp upload
)1.0.0-rc5 (2015-11-24)
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.