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

@browserbasehq/bb9

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@browserbasehq/bb9 - npm Package Compare versions

Comparing version 1.2.15 to 1.2.16

9

dist/commands/init.js

@@ -5,5 +5,8 @@ import { createProjectStructure, promptForOptions } from "../utils/config.js";

export function registerInitCommand(program) {
console.log("🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️");
console.log(chalk.yellow("Welcome to Browserbase CLI"));
console.log("🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️🅱️");
const welcomeMessage = "Welcome to Browserbase CLI";
const welcomeMessageFmt = `🅱️\t${welcomeMessage}\t🅱️`;
const border = "🅱️".repeat(welcomeMessageFmt.length);
console.log(chalk.yellow(border));
console.log(chalk.yellow(welcomeMessageFmt));
console.log(chalk.yellow(border));
program

@@ -10,0 +13,0 @@ .command("init")

{
"name": "@browserbasehq/bb9",
"version": "1.2.15",
"version": "1.2.16",
"description": "CLI to scaffold and manage Browserbase applications",

@@ -5,0 +5,0 @@ "type": "module",

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