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.0.15 to 1.0.16

3

dist/index.js

@@ -42,2 +42,5 @@ #!/usr/bin/env node

if (options.git) {
execSync("git config --global init.defaultBranch main", {
cwd: projectPath,
});
execSync("git init", { cwd: projectPath });

@@ -44,0 +47,0 @@ execSync("git branch -M main", { cwd: projectPath });

3

package.json
{
"name": "@browserbasehq/bb9",
"version": "1.0.15",
"version": "1.0.16",
"description": "",

@@ -32,2 +32,3 @@ "main": "index.js",

"cr": "changeset && pnpm run release",
"start": "pnpm run build && node dist/index.js",
"postbuild": "chmod +x ./dist/index.js",

@@ -34,0 +35,0 @@ "changeset": "changeset",

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