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
。
fork
这个项目npm install
安装相关依赖gulp dev
,会自动启动 demo
目录,可在 test-es6.js
中修改和测试,test-es5.js
为自动生成的代码demo/node
目录中,通过执行 node test.js
使用 test.js
文件开发与调试。推荐安装 node inspector
来调试,安装后执行 node-debug test.js
。每次修改代码后,如果开发代码引用的是 dist 目录中的代码,需要执行 gulp release
gulp test
,浏览器环境打开 test/test.html
Pull Request
gulp release
会生成全部版本的 SDK项目的目录结构说明如下:
├── README.md // 说明文档
├── demo // demo 目录中有一些代码片段,主要用于开发与调试
├── changelog.md
├── dist // 编译之后生成的文件将会在此目录下
│ ├── av-es6.js // 合并后的完整源码(ES6 版本)
│ ├── av.js // 合并并编译后的完整源码(ES5 版本)
│ ├── av-min.js // 合并、压缩并编译后的源码(ES5 版本)
│ ├── node // 目录中为生成的 nodejs 版本代码
│ └── ...
├── gulpfile.babel.js
├── src
│ ├── av.js // node.js 环境入口文件
│ ├── browserify-wrapper // 目录中为针对 node.js 与浏览器环境之间差异的不同实现
│ └── ...
├── package.json
├── readme.txt
├── test // 单元测试
│ └── ...
└── tools // 构建中依赖的第三方工具
gulp release
)npm publish
)gulp upload
)1.0.0-rc9.2 (2016-5-23)
AV.Object#fetch
在某些情况下抛出 fetchOptions.include.join is not a function
异常的问题。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.