@inertiajs/svelte
Advanced tools
@@ -16,3 +16,3 @@ import { SvelteComponent } from "svelte"; | ||
| headers?: Record<string, string> | undefined; | ||
| queryStringArrayFormat?: ("brackets" | "indices") | undefined; | ||
| queryStringArrayFormat?: "brackets" | "indices" | undefined; | ||
| async?: boolean | undefined; | ||
@@ -19,0 +19,0 @@ prefetch?: (boolean | LinkPrefetchOption | LinkPrefetchOption[]) | undefined; |
+2
-8
| import { type Page } from '@inertiajs/core'; | ||
| export declare const setPage: { | ||
| (this: void, value: Page<import("@inertiajs/core").PageProps>): void; | ||
| (this: void, value: Page<import("@inertiajs/core").PageProps>): void; | ||
| }; | ||
| export declare const setPage: (this: void, value: Page<import("@inertiajs/core").PageProps>) => void; | ||
| declare const _default: { | ||
| subscribe: { | ||
| (this: void, run: import("svelte/store").Subscriber<Page<import("@inertiajs/core").PageProps>>, invalidate?: import("svelte/store").Invalidator<Page<import("@inertiajs/core").PageProps>> | undefined): import("svelte/store").Unsubscriber; | ||
| (this: void, run: import("svelte/store").Subscriber<Page<import("@inertiajs/core").PageProps>>, invalidate?: import("svelte/store").Invalidator<Page<import("@inertiajs/core").PageProps>> | undefined): import("svelte/store").Unsubscriber; | ||
| }; | ||
| subscribe: (this: void, run: import("svelte/store").Subscriber<Page<import("@inertiajs/core").PageProps>>, invalidate?: import("svelte/store").Invalidator<Page<import("@inertiajs/core").PageProps>> | undefined) => import("svelte/store").Unsubscriber; | ||
| }; | ||
| export default _default; |
+2
-2
| { | ||
| "name": "@inertiajs/svelte", | ||
| "version": "2.0.0-beta.3", | ||
| "version": "2.0.0", | ||
| "license": "MIT", | ||
@@ -46,3 +46,3 @@ "description": "The Svelte adapter for Inertia.js", | ||
| "dependencies": { | ||
| "@inertiajs/core": "2.0.0-beta.3", | ||
| "@inertiajs/core": "2.0.0", | ||
| "html-escape": "^2.0.0", | ||
@@ -49,0 +49,0 @@ "lodash": "^4.5.0" |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
-100%0
-100%39055
-0.91%748
-0.8%+ Added
- Removed
Updated