
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
sino-aliyun-sdk
Advanced tools
请加旺旺群:1489391962
1.1.0 之前实例化一个服务代码如下:
ALY.config.update({
accessKeyId: "在阿里云OSS申请的 accessKeyId",
secretAccessKey: "在阿里云OSS申请的 secretAccessKey"
});
var oss = new ALY.OSS({
endpoint: 'http://oss-cn-hangzhou.aliyuncs.com',
apiVersion: '2013-10-15'
});
1.1.0 之后实例化一个服务代码如下:
var oss = new ALY.OSS({
accessKeyId: "在阿里云OSS申请的 accessKeyId",
secretAccessKey: "在阿里云OSS申请的 secretAccessKey",
endpoint: 'http://oss-cn-hangzhou.aliyuncs.com',
apiVersion: '2013-10-15'
});
即不需要配置 ALY.config
npm install aliyun-sdk
在 samples/oss 目录下的代码示例,使用方法:
cd samples/oss
node GetBucket.js
在 samples/sls 目录下的代码示例,使用方法:
cd samples/sls
node ListLogStores.js
在 samples 对应目录下的有代码示例,使用方法:
cd samples/ecs
node test.js
在 samples/opensearch 目录下的代码示例,使用方法:
在 samples/memcached 目录下的代码示例,使用方法:
更多帮助参考 https://github.com/chylvina/node_memcached
SDK 目前支持下列服务:
服务名 | 类名 | API 版本 | API 文档 |
---|---|---|---|
Aliyun ECS | ALY.ECS | 2014-05-26 | ECS API手册 |
Aliyun RDS | ALY.RDS | 2014-08-15 | RDS API手册 |
Aliyun SLB | ALY.SLB | 2014-05-15 | SLB API手册 |
Aliyun OSS | ALY.OSS | 2013-10-15 | OSS API手册 |
Aliyun CDN | ALY.CDN | 2014-11-11 | CDN API手册 |
Aliyun SLS | ALY.SLS | 2014-11-18 | SLS API手册 |
Aliyun OpenSearch | ALY.OpenSearch | 2015-01-01 | OpenSearch API手册 |
Aliyun OCS memcached | ALY.MEMCACHED | BinaryProtocolRevamped |
This SDK is distributed under the Apache License, Version 2.0.
FAQs
请加旺旺群:1489391962
The npm package sino-aliyun-sdk receives a total of 0 weekly downloads. As such, sino-aliyun-sdk popularity was classified as not popular.
We found that sino-aliyun-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.