Socket
Socket
Sign inDemoInstall

roboflow

Package Overview
Dependencies
239
Maintainers
8
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.0.8

2

cli/commands/selectDefaultWorkspace.js

@@ -7,6 +7,4 @@ const config = require("../../config.js");

module.exports = async function selectDefaultWorkspace() {
console.log("select default");
const newDefaultWorkspace = await selectWorkspace();
console.log("select default 1", newDefaultWorkspace);
config.set("RF_WORKSPACE", newDefaultWorkspace);
};

4

cli/core.js

@@ -42,2 +42,6 @@ const chalk = require("chalk");

if (Object.keys(workspaces).length == 1) {
return Object.values(workspaces)[0].url;
}
// ask user to select default work

@@ -44,0 +48,0 @@ const prompt = new enquirer.Select({

{
"name": "roboflow",
"version": "0.0.7",
"version": "0.0.8",
"description": "Roboflow.ai node module and CLI tools",

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

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