Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@plasius/auth

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasius/auth - npm Package Compare versions

Comparing version
1.0.12
to
1.0.13
+17
-1
CHANGELOG.md

@@ -21,2 +21,17 @@ # Changelog

## [1.0.13] - 2026-05-13
- **Added**
- (placeholder)
- **Changed**
- Refreshed dependencies to the latest stable published versions.
- (placeholder)
- **Fixed**
- (placeholder)
- **Security**
- (placeholder)
## [1.0.12] - 2026-05-13

@@ -154,3 +169,3 @@

[Unreleased]: https://github.com/Plasius-LTD/auth/compare/v1.0.12...HEAD
[Unreleased]: https://github.com/Plasius-LTD/auth/compare/v1.0.13...HEAD
[1.0.2]: https://github.com/Plasius-LTD/auth/compare/858d03c...fdf8d70

@@ -166,1 +181,2 @@ [1.0.1]: https://github.com/Plasius-LTD/auth/compare/v1.0.0...858d03c

[1.0.12]: https://github.com/Plasius-LTD/auth/releases/tag/v1.0.12
[1.0.13]: https://github.com/Plasius-LTD/auth/releases/tag/v1.0.13
+10
-10
{
"name": "@plasius/auth",
"version": "1.0.12",
"version": "1.0.13",
"description": "Authentication helpers and React context for Plasius applications.",

@@ -60,3 +60,3 @@ "type": "module",

"dependencies": {
"@plasius/entity-manager": "^1.0.15"
"@plasius/entity-manager": "^1.0.16"
},

@@ -68,10 +68,10 @@ "peerDependencies": {

"@eslint/js": "^10.0.1",
"@types/node": "^25.6.0",
"@types/node": "^25.7.0",
"@types/react": "^19.2.14",
"@typescript-eslint/eslint-plugin": "^8.59.0",
"@typescript-eslint/parser": "^8.59.0",
"@vitest/coverage-v8": "^4.1.4",
"eslint": "^10.2.1",
"globals": "^17.5.0",
"react": "^19.2.5",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"@vitest/coverage-v8": "^4.1.6",
"eslint": "^10.3.0",
"globals": "^17.6.0",
"react": "^19.2.6",
"rimraf": "^6.1.3",

@@ -81,3 +81,3 @@ "tsup": "^8.5.1",

"typescript": "^6.0.3",
"vitest": "^4.1.4"
"vitest": "^4.1.6"
},

@@ -84,0 +84,0 @@ "publishConfig": {