You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@inlang/paraglide-sveltekit

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inlang/paraglide-sveltekit - npm Package Compare versions

Comparing version

to
0.15.0

2

dist/meta.js
// file generated by build script - do not commit
export const PARAGLIDE_SVELTEKIT_VERSION = "0.14.0"
export const PARAGLIDE_SVELTEKIT_VERSION = "0.15.0"
export const PARAGLIDE_SVELTEKIT_MARKETPLACE_ID = "library.inlang.paraglideJsAdapterSvelteKit"

@@ -5,3 +5,3 @@ import { SvelteComponent } from "svelte";

props(): {
availableLanguageTags: readonly T[];
availableLanguageTags?: readonly T[] | undefined;
strategy: RoutingStrategy<T>;

@@ -19,4 +19,6 @@ currentLang: T;

export default class AlternateLinks<T extends string> extends SvelteComponent<AlternateLinksProps<T>, AlternateLinksEvents<T>, AlternateLinksSlots<T>> {
constructor(options: import('svelte').ComponentConstructorOptions<ReturnType<__sveltets_Render<T>['props']>>);
$$bindings: "";
}
export {};
//# sourceMappingURL=AlternateLinks.svelte.d.ts.map

@@ -5,9 +5,5 @@ import { SvelteComponent } from "svelte";

props(): {
/**
* Override the language detection with a specific language tag.
*/ languageTag?: T | undefined;
/**
* The routing instance to use.
* You can create one with `createI18n()` from `@inlang/paraglide-sveltekit`.
*/ i18n: I18n<T>;
languageTag?: T | undefined;
i18n: I18n<T>;
children?: (() => any) | undefined;
};

@@ -17,5 +13,3 @@ events(): {} & {

};
slots(): {
default: {};
};
slots(): {};
}

@@ -30,4 +24,6 @@ export type ParaglideJsProps<T extends string> = ReturnType<__sveltets_Render<T>['props']>;

export default class ParaglideJs<T extends string> extends SvelteComponent<ParaglideJsProps<T>, ParaglideJsEvents<T>, ParaglideJsSlots<T>> {
constructor(options: import('svelte').ComponentConstructorOptions<ReturnType<__sveltets_Render<T>['props']>>);
$$bindings: "";
}
export {};
//# sourceMappingURL=ParaglideJS.svelte.d.ts.map
{
"name": "@inlang/paraglide-sveltekit",
"version": "0.14.0",
"version": "0.15.0",
"type": "module",

@@ -20,4 +20,4 @@ "main": "./dist/runtime/index.js",

"svelte": "^5.0.0 || ^5.0.0-next.1 || ^5.0.0-rc.1",
"@inlang/paraglide-js": "1.11.3",
"@inlang/paraglide-vite": "1.3.0",
"@inlang/paraglide-js": "1.11.3",
"@lix-js/client": "2.2.1"

@@ -24,0 +24,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet