Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@based/cli

Package Overview
Dependencies
Maintainers
7
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/cli - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

11

dist/src/commands/init/cmd.js

@@ -8,3 +8,2 @@ import input from '@inquirer/input';

import { getClient } from '../../utils/getClient.js';
import { SUPPORTED_REGIONS } from '@based/cloud';
const replaceTilde = (path) => path.replace(/^~(?=$|\/|\\)/, homedir());

@@ -84,5 +83,11 @@ export const initCmd = async ({ path,

message: 'In which region would you like to spawn the environment?',
choices: SUPPORTED_REGIONS.map((r) => {
choices: [
'eu-central-1',
'sa-east-1',
'us-east-1',
'us-west-1',
'ap-southeast-2', // Sydney
].map((v) => {
return {
value: r,
value: v,
};

@@ -89,0 +94,0 @@ }),

{
"name": "@based/cli",
"version": "6.0.0",
"version": "6.0.1",
"description": "",

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

Sorry, the diff of this file is not supported yet

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