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

@mastra/auth-studio

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastra/auth-studio - npm Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons
Comparing version
1.2.3
to
1.2.4
+40
-37
package.json
{
"name": "@mastra/auth-studio",
"version": "1.2.3",
"bugs": {
"url": "https://github.com/mastra-ai/mastra/issues"
},
"dependencies": {
"easy-day-js": "^1.11.21"
},
"description": "Mastra Studio Auth integration — proxies authentication through Mastra shared API",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@internal/lint": "0.0.101",
"@internal/types-builder": "0.0.76",
"@mastra/core": "1.39.0",
"@types/node": "22.19.15",
"@vitest/coverage-v8": "4.1.5",
"@vitest/ui": "4.1.5",
"eslint": "^10.2.1",
"tsup": "^8.5.1",
"typescript": "^6.0.3",
"vitest": "4.1.5"
},
"engines": {
"node": "\u003e=22.13.0"
},
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.cjs"
"default": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}

@@ -21,18 +37,2 @@ },

},
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "22.19.15",
"@vitest/coverage-v8": "4.1.5",
"@vitest/ui": "4.1.5",
"eslint": "^10.2.1",
"tsup": "^8.5.1",
"typescript": "^6.0.3",
"vitest": "4.1.5",
"@internal/lint": "0.0.101",
"@mastra/core": "1.39.0",
"@internal/types-builder": "0.0.76"
},
"peerDependencies": {
"@mastra/core": ">=1.0.0-0 <2.0.0-0"
},
"files": [

@@ -43,19 +43,22 @@ "dist",

"homepage": "https://mastra.ai",
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "@mastra/auth-studio",
"peerDependencies": {
"@mastra/core": "\u003e=1.0.0-0 \u003c2.0.0-0"
},
"repository": {
"directory": "auth/studio",
"type": "git",
"url": "git+https://github.com/mastra-ai/mastra.git",
"directory": "auth/studio"
"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": "1.2.4"
}