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

@mastra/auth

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mastra/auth - npm Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons
Comparing version
1.0.2
to
1.0.3
+41
-40
package.json
{
"name": "@mastra/auth",
"version": "1.0.2",
"description": "",
"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"
}
}
"author": "",
"bugs": {
"url": "https://github.com/mastra-ai/mastra/issues"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"dependencies": {
"easy-day-js": "^1.11.21",
"jsonwebtoken": "^9.0.3",
"jwks-rsa": "^3.2.2"
},
"description": "",
"devDependencies": {
"@internal/lint": "0.0.72",
"@internal/types-builder": "0.0.47",
"@mastra/core": "1.14.0",
"@types/jsonwebtoken": "^9.0.10",

@@ -39,25 +23,42 @@ "@types/node": "22.19.15",

"typescript": "^5.9.3",
"vitest": "4.0.18",
"@mastra/core": "1.14.0",
"@internal/types-builder": "0.0.47",
"@internal/lint": "0.0.72"
"vitest": "4.0.18"
},
"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"
}
}
},
"files": [
"dist",
"CHANGELOG.md"
],
"homepage": "https://mastra.ai",
"keywords": [],
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "@mastra/auth",
"repository": {
"directory": "packages/auth",
"type": "git",
"url": "git+https://github.com/mastra-ai/mastra.git",
"directory": "packages/auth"
"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:lib": "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.0.3"
}