Socket
Socket
Sign inDemoInstall

@alicloud/sts-sdk

Package Overview
Dependencies
6
Maintainers
9
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@alicloud/sts-sdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "alibaba cloud sts client for node.js",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -63,2 +63,22 @@ # Alibaba Cloud STS client for Node.js

* **akInfo** Object - session key & secret
* **akInfo** Object - session key & secret
## Test & Coverage
You should set environment variables before running the test or coverage. For example:
* run test
```
ACCESS_KEY=<your access key> SECRET_KEY=<your secret key> ENDPOINT=sts.aliyuncs.com npm run test
```
* run code coverage
```
ACCESS_KEY=<your access key> SECRET_KEY=<your secret key> ENDPOINT=sts.aliyuncs.com npm run cov
```
## License
[MIT](LICENSE)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc