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

@inertiajs/svelte

Package Overview
Dependencies
Maintainers
6
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inertiajs/svelte - npm Package Compare versions

Comparing version
2.0.0-beta.3
to
2.0.0
+1
-1
dist/components/Link.svelte.d.ts

@@ -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;

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;
{
"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"