Socket
Socket
Sign inDemoInstall

@jill64/svelte-html

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jill64/svelte-html - npm Package Compare versions

Comparing version 1.1.18 to 1.1.19

2

dist/apply.d.ts
import type { ResolveOptions } from '@sveltejs/kit';
export declare const apply: (attributes: Record<string, string>) => ResolveOptions['transformPageChunk'];
export declare const apply: (attributes: Record<string, string>) => ResolveOptions["transformPageChunk"];

@@ -1,2 +0,1 @@

/// <reference types="@sveltejs/kit" />
export { default as SvelteHTML } from './SvelteHtml.svelte';

@@ -6,5 +5,2 @@ export { apply };

/** @deprecated rename to `apply` */
export declare const transform: (attributes: Record<string, string>) => ((input: {
html: string;
done: boolean;
}) => import("@sveltejs/kit").MaybePromise<string | undefined>) | undefined;
export declare const transform: (attributes: Record<string, string>) => import("@sveltejs/kit").ResolveOptions["transformPageChunk"];
{
"name": "@jill64/svelte-html",
"version": "1.1.18",
"version": "1.1.19",
"description": "🏷️ Declarative attribute binding for the root html element",

@@ -30,3 +30,3 @@ "main": "dist/index.js",

"url": "https://github.com/jill64/svelte-html.git",
"image": "https://opengraph.githubassets.com/17be3b697d6cad044e211036606f11bba8eb0962c7c5551a403f25968a2eb89e/jill64/svelte-html"
"image": "https://opengraph.githubassets.com/118746c8242605dc582c13699be30e19a4bd36355f1ccbb5c82a0b3bbba7e32e/jill64/svelte-html"
},

@@ -60,15 +60,15 @@ "publishConfig": {

"devDependencies": {
"@jill64/eslint-config-svelte": "1.2.34",
"@jill64/npm-demo-layout": "1.0.211",
"@jill64/eslint-config-svelte": "1.2.39",
"@jill64/npm-demo-layout": "1.0.225",
"@jill64/universal-sanitizer": "1.2.13",
"@jill64/playwright-config": "2.3.0",
"@jill64/playwright-config": "2.4.0",
"@jill64/prettier-config": "1.0.0",
"@jill64/sentry-sveltekit-cloudflare": "1.7.14",
"@playwright/test": "1.44.1",
"@jill64/sentry-sveltekit-cloudflare": "1.7.15",
"@playwright/test": "1.45.1",
"@sveltejs/adapter-cloudflare": "4.4.0",
"@sveltejs/kit": "2.5.14",
"@sveltejs/kit": "2.5.18",
"svelte": "4.2.18",
"svelte-feather-icons": "4.1.0",
"typescript": "5.4.5",
"vite": "5.3.1",
"typescript": "5.5.3",
"vite": "5.3.3",
"vitest": "1.6.0",

@@ -75,0 +75,0 @@ "@sveltejs/vite-plugin-svelte": "3.1.1"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc