Socket
Socket
Sign inDemoInstall

@alicloud/acc

Package Overview
Dependencies
1
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

1

commands/list.js

@@ -50,2 +50,3 @@ 'use strict';

console.log('No any profiles.');
return;
}

@@ -52,0 +53,0 @@

@@ -108,2 +108,7 @@ 'use strict';

// after --, no more auto completion
if (args.indexOf('--') !== -1) {
return;
}
// eslint-disable-next-line no-unused-vars

@@ -116,2 +121,3 @@ const [name, ...others] = args;

});
return;
}

@@ -118,0 +124,0 @@ }

4

package.json
{
"name": "@alicloud/acc",
"version": "1.1.0",
"version": "1.1.1",
"description": "Alibaba Cloud Credentials CLI",

@@ -24,3 +24,3 @@ "bin": {

"eslint": "^8.7.0",
"mocha": "^9.1.3",
"mocha": "^10.0.0",
"nyc": "^15.1.0"

@@ -27,0 +27,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc