New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clever-tools

Package Overview
Dependencies
Maintainers
6
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clever-tools - npm Package Compare versions

Comparing version 2.7.1 to 2.7.2

2

bin/clever.js

@@ -295,3 +295,3 @@ #! /usr/bin/env node

aliases: ['r'],
default: 'eu',
default: 'par',
metavar: 'region',

@@ -298,0 +298,0 @@ description: 'Region to provision the addon in, depends on the provider',

# clever-tools changelog
## 2.7.2 (2020-10-09)
* addon: fix create relying on default region
## 2.7.1 (2020-08-21)

@@ -4,0 +8,0 @@

{
"name": "clever-tools",
"version": "2.7.1",
"version": "2.7.2",
"description": "Command Line Interface for Clever Cloud.",

@@ -5,0 +5,0 @@ "main": "bin/clever.js",

@@ -132,3 +132,3 @@ 'use strict';

function completeRegion () {
return autocomplete.words(['eu', 'us']);
return autocomplete.words(['par', 'mtl']);
}

@@ -135,0 +135,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc