Sign In

@panerelay/browser-use

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@panerelay/browser-use - npm Package Compare versions

Comparing version
0.8.0
to
0.9.0
+5
-4
package.json
{
"name": "@panerelay/browser-use",
"version": "0.8.0",
"version": "0.9.0",
"description": "Use browser-use CLI, Skill, and CLI MCP with current-tab or all-supported-tabs authorization through Panerelay.",

@@ -41,4 +41,4 @@ "type": "module",

"dependencies": {
"@panerelay/browser-registry": "0.8.0",
"@panerelay/protocol": "0.8.0"
"@panerelay/browser-registry": "0.9.0",
"@panerelay/protocol": "0.9.0"
},

@@ -48,4 +48,5 @@ "scripts": {

"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "pnpm run build && node ../../../scripts/run-compiled-tests.mjs dist"
"test": "pnpm run build && pnpm run test:compiled",
"test:compiled": "node ../../../scripts/run-compiled-tests.mjs dist"
}
}

@@ -20,3 +20,3 @@ # `@panerelay/browser-use`

```bash
npx skills add F-loat/panerelay --skill panerelay-browser
npx skills add F-loat/panerelay --skill panerelay
```

@@ -98,3 +98,3 @@

| Official browser-use CLI with setup-managed environment | Supported |
| Browser Use workflow in the independent `panerelay-browser` Skill | Supported |
| Browser Use workflow in the independent `panerelay` Skill | Supported |
| Official `browser-use --cli-mcp` | Supported |

@@ -101,0 +101,0 @@ | Saved Direct or Extension mode and one-run override | Supported |