Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
avoscloud-sdk
Advanced tools
JavaScript SDK for LeanCloud.
0.x.y
版本。可以使用以下命令安装 1.0.0-x 版本:npm install avoscloud-sdk@next
。
npm install
安装相关依赖gulp dev
,会自动启动 demo 目录,可在 test-es6.js 中修改和测试,test-es5.js 为自动生成的代码gulp test
,浏览器环境打开 test/test.htmlgulp release
会生成全部版本的 SDK项目的目录结构说明如下:
├── README.md // 说明文档
├── bower.json
├── changelog.md
├── dist // 编译之后生成的文件将会在此目录下
│ ├── av-es6.js // 合并后的完整源码(ES6 版本)
│ ├── av.js // 合并并编译后的完整源码(ES5 版本)
│ ├── av-min.js // 合并、压缩并编译后的源码(ES5 版本)
│ ├── node // 目录中为生成的 nodejs 版本代码
│ └── ...
├── gulpfile.js
├── src
│ ├── 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-rc8 (2016-4-6)
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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.