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

@blue.ts/auth

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blue.ts/auth - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+10
-0
CHANGELOG.md
# Changelog
## [0.2.1](https://github.com/jjgsif/blue.ts/compare/@blue.ts/auth-v0.2.0...@blue.ts/auth-v0.2.1) (2026-04-06)
### Bug Fixes
* **git:** add git links and readme ([cc1bf66](https://github.com/jjgsif/blue.ts/commit/cc1bf66f3ccb39a5bbeb83e0f661b9899ed71437))
* **git:** add git links and readme ([cc1bf66](https://github.com/jjgsif/blue.ts/commit/cc1bf66f3ccb39a5bbeb83e0f661b9899ed71437))
* **git:** add git references and readme for create ([8430aea](https://github.com/jjgsif/blue.ts/commit/8430aeaa61f442fc8df2a52cbff74d941c564c34))
* **git:** merge from develop - add git links and readme ([0889a86](https://github.com/jjgsif/blue.ts/commit/0889a86004b8b15ef3ca065541905d30c627ef7f))
## [0.2.0](https://github.com/jjgsif/blue.ts/compare/@blue.ts/auth-v0.1.0...@blue.ts/auth-v0.2.0) (2026-04-06)

@@ -4,0 +14,0 @@

+9
-2
{
"name": "@blue.ts/auth",
"version": "0.2.0",
"version": "0.2.1",
"module": "index.ts",

@@ -39,3 +39,10 @@ "type": "module",

},
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jjgsif/blue.ts.git",
"directory": "packages/auth"
},
"homepage": "https://github.com/jjgsif/blue.ts",
"bugs": "https://github.com/jjgsif/blue.ts/issues"
}