🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mastra/browser-viewer

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastra/browser-viewer - npm Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons
Comparing version
0.1.2
to
0.1.3
+42
-41
package.json
{
"name": "@mastra/browser-viewer",
"version": "0.1.2",
"description": "Playwright-based browser viewer for Mastra CLI providers",
"type": "module",
"files": [
"dist",
"CHANGELOG.md"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
}
},
"./package.json": "./package.json"
"bugs": {
"url": "https://github.com/mastra-ai/mastra/issues"
},
"license": "Apache-2.0",
"dependencies": {
"easy-day-js": "^1.11.21",
"playwright-core": "^1.60.0",
"typed-emitter": "^2.1.0"
},
"description": "Playwright-based browser viewer for Mastra CLI providers",
"devDependencies": {
"@internal/lint": "0.0.104",
"@internal/types-builder": "0.0.79",
"@mastra/core": "1.42.0",
"@types/node": "22.15.21",

@@ -38,29 +22,46 @@ "@vitest/coverage-v8": "4.1.5",

"vitest": "4.1.5",
"zod": "^4.4.3",
"@internal/lint": "0.0.104",
"@internal/types-builder": "0.0.79",
"@mastra/core": "1.42.0"
"zod": "^4.4.3"
},
"engines": {
"node": "\u003e=22.13.0"
},
"exports": {
".": {
"import": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"require": {
"default": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"./package.json": "./package.json"
},
"files": [
"dist",
"CHANGELOG.md"
],
"homepage": "https://mastra.ai",
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "@mastra/browser-viewer",
"peerDependencies": {
"@mastra/core": ">=1.26.0-0 <2.0.0-0",
"@mastra/core": "\u003e=1.26.0-0 \u003c2.0.0-0",
"zod": "^3.25.0 || ^4.0.0"
},
"homepage": "https://mastra.ai",
"repository": {
"directory": "browser/browser-viewer",
"type": "git",
"url": "git+https://github.com/mastra-ai/mastra.git",
"directory": "browser/browser-viewer"
"url": "git+https://github.com/mastra-ai/mastra.git"
},
"bugs": {
"url": "https://github.com/mastra-ai/mastra/issues"
},
"engines": {
"node": ">=22.13.0"
},
"scripts": {
"build": "tsup --silent --config tsup.config.ts",
"build:watch": "tsup --watch --silent --config tsup.config.ts",
"test": "vitest run",
"lint": "eslint ."
}
}
"lint": "eslint .",
"test": "vitest run"
},
"type": "module",
"types": "dist/index.d.ts",
"version": "0.1.3"
}