@authon/svelte
Advanced tools
+21
| MIT License | ||
| Copyright (c) 2026 Authon | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
+10
-8
| { | ||
| "name": "@authon/svelte", | ||
| "version": "0.3.3", | ||
| "version": "0.7.15", | ||
| "description": "Authon Svelte SDK — stores and components", | ||
@@ -22,6 +22,2 @@ "type": "module", | ||
| ], | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "dev": "tsup --watch" | ||
| }, | ||
| "license": "MIT", | ||
@@ -44,4 +40,4 @@ "repository": { | ||
| "dependencies": { | ||
| "@authon/js": "^0.7.0", | ||
| "@authon/shared": "^0.3.0" | ||
| "@authon/shared": "^0.7.15", | ||
| "@authon/js": "^0.7.15" | ||
| }, | ||
@@ -55,3 +51,9 @@ "peerDependencies": { | ||
| "typescript": "^5.9.3" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "dev": "tsup --watch", | ||
| "test": "vitest run --root ../.. --passWithNoTests packages/svelte", | ||
| "typecheck": "tsc --noEmit" | ||
| } | ||
| } | ||
| } |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
67222
1.77%12
9.09%1
-50%- Removed
Updated
Updated