New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

browser-use-sdk

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-use-sdk

Official TypeScript SDK for the Browser Use API

latest
npmnpm
Version
3.4.3
Version published
Maintainers
4
Created
Source

browser-use-sdk

Official TypeScript SDK for Browser Use Cloud.

Install

npm install browser-use-sdk

Quick Start

Get your API key at cloud.browser-use.com/settings.

export BROWSER_USE_API_KEY=your_key
import { BrowserUse } from "browser-use-sdk";

const client = new BrowserUse();
const result = await client.run("Find the top 3 trending repos on GitHub today");
console.log(result.output);

Docs

docs.browser-use.com

License

MIT

Keywords

browser-use

FAQs

Package last updated on 10 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts