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.4
to
1.0.5
+16
-1
CHANGELOG.md

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

## [1.0.5] - 2026-03-01
- **Added**
- (placeholder)
- **Changed**
- (placeholder)
- **Fixed**
- (placeholder)
- **Security**
- (placeholder)
## [1.0.4] - 2026-02-28

@@ -84,3 +98,3 @@

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

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

[1.0.4]: https://github.com/Plasius-LTD/auth/releases/tag/v1.0.4
[1.0.5]: https://github.com/Plasius-LTD/auth/releases/tag/v1.0.5
{
"name": "@plasius/auth",
"version": "1.0.4",
"version": "1.0.5",
"description": "Authentication helpers and React context for Plasius applications.",

@@ -31,4 +31,9 @@ "type": "module",

"test:watch": "vitest",
"typecheck": "tsc -p tsconfig.build.json --noEmit",
"test:coverage": "vitest run --coverage",
"lint": "eslint .",
"audit:eslint": "eslint . --max-warnings=0",
"audit:deps": "npm ls --all --omit=optional --omit=peer > /dev/null 2>&1 || true",
"audit:npm": "npm audit --audit-level=high --omit=dev",
"audit:test": "vitest run --coverage",
"lint": "eslint . --max-warnings=0",
"prepare": "npm run build",

@@ -62,2 +67,3 @@ "clean": "rimraf dist",

"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^24.3.1",

@@ -69,2 +75,3 @@ "@types/react": "^19.1.8",

"eslint": "^10.0.1",
"globals": "^17.3.0",
"react": "^19.1.0",

@@ -71,0 +78,0 @@ "rimraf": "^6.0.1",